ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnChangeFeature Event

Fires when features are modified.

[Visual Basic .NET]
Public Event OnChangeFeature As OnChangeFeatureEventHandler
[C#]
public event OnChangeFeatureEventHandler OnChangeFeature
[C++]
HRESULT OnChangeFeature(
  IObject* Object
);
[C++]

Parameters

Object [in]

  Object is a parameter of type IObject

Product Availability

Available with ArcGIS Engine.

Description

The OnChangeFeature event is fired whenever a feature is changed. The changed feature is passed to all listening clients via the IObject parameter.

See Also

IEngineEditEvents Interface