Click or drag to resize

DateTimePickerCallback Class

Callback implementation for handlers of the DateTimePicker.
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsDateTimePickerCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	DateTimePickerICallback, ControlICallback, WidgetICallback

The DateTimePickerCallback type exposes the following members.

Constructors
  NameDescription
Public methodDateTimePickerCallback
Initializes a new instance of the DateTimePickerCallback class
Top
Methods
  NameDescription
Public methodOnValueChanged
Raises the value changed event.
Top
See Also