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


OnChangeFeatureEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnChangeFeatureEventHandler Delegate

Represents the method that handles the OnChangeFeature event.
[Visual Basic .NET]
Public Delegate Sub OnChangeFeatureEventHandler ( _
    ByVal obj As IObject _
)
[C#]
public delegate void OnChangeFeatureEventHandler (
    IObject obj
);