Click or drag to resize

StepperICallback Interface

Callback interface for the Stepper

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The StepperICallback type exposes the following members.

Methods
  NameDescription
Public methodOnStep
Triggers the Step event.
Top
See Also