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