This document is archived and information here might be outdated.  Recommended version.


IEditEvents.OnChangeFeature Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents Interface > IEditEvents.OnChangeFeature Event
ArcGIS Developer Help

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