ArcObjects Library Reference (Editor)  

IEditEvents.OnChangeFeature Event

Called when features are modified.

[Visual Basic .NET]
Public Event OnChangeFeature As OnChangeFeatureEventHandler
[C#]
public event OnChangeFeatureEventHandler OnChangeFeature

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IEditEvents Interface