Click or drag to resize

Stepper.ICallback Interface

Callback interface for the Stepper

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

The Stepper.ICallback type exposes the following members.

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