Called when features are modified.
[Visual Basic 6.0] Event OnChangeFeature(
ByVal obj As IObject _
)
[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.