ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

OnChangeEventHandler Delegate

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