ArcGIS Developer Help  (ESRI.ArcGIS.Editor)  

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
);