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


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

OnCancelEventHandler Delegate

Represents the method that handles the OnCancel event.
[Visual Basic .NET]
Public Delegate Sub OnCancelEventHandler ( _
)
[C#]
public delegate void OnCancelEventHandler (
);