ArcGIS Developer Help (ESRI.ArcGIS.Geodatabase) |
|
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
);