Click or drag to resize

TextStepperICallback Interface

Callback interface for the TextStepper

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

The TextStepperICallback type exposes the following members.

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