StepperEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public StepperEventArgs(
StepperDirection direction
)
Public Sub New (
direction As StepperDirection
)
new :
direction : StepperDirection -> StepperEventArgs
Parameters
- direction
- Type: Eto.FormsStepperDirection
Direction of the step that the user clicked.
See Also