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