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


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

StartEventHandler Delegate

Represents the method that handles the Start event.
[Visual Basic .NET]
Public Delegate Sub StartEventHandler ( _
    ByVal Step As Integer, _
    ByVal Max As Integer _
)
[C#]
public delegate void StartEventHandler (
    int Step,
    int Max
);