Click or drag to resize

StepperEventArgs Constructor

Initializes a new instance of the StepperEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public StepperEventArgs(
	StepperDirection direction
)

Parameters

direction
Type: Eto.FormsStepperDirection
Direction of the step that the user clicked.
See Also