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


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

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