ArcGIS Developer Help  (ESRI.ArcGIS.Controls)  

OnChangeFeatureEventHandler Delegate

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