Click or drag to resize

StepperEventArgs Class

Arguments for the Stepper and TextStepper to give you the direction of the step.
Inheritance Hierarchy

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

The StepperEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStepperEventArgs
Initializes a new instance of the StepperEventArgs class.
Top
Properties
  NameDescription
Public propertyDirection
Gets the step direction, either up/increase, or down/decrease.
Top
See Also