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


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

StepValueEventHandler Delegate

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