Click or drag to resize

ControlCallback Class

Callback methods for handlers of Control
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    More...

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

The ControlCallback type exposes the following members.

Constructors
  NameDescription
Public methodControlCallback
Initializes a new instance of the ControlCallback class
Top
Methods
  NameDescription
Public methodOnDragDrop
Raises the DragDrop event.
Public methodOnDragEnter
Raises the DragEnter event.
Public methodOnDragLeave
Raises the DragLeave event.
Public methodOnDragOver
Raises the DragOver event.
Public methodOnEnabledChanged
Raises the EnabledChanged event.
Public methodOnGotFocus
Raises the got focus event.
Public methodOnKeyDown
Raises the key down event.
Public methodOnKeyUp
Raises the key up event.
Public methodOnLostFocus
Raises the lost focus event.
Public methodOnMouseDoubleClick
Raises the mouse double click event.
Public methodOnMouseDown
Raises the mouse down event.
Public methodOnMouseEnter
Raises the mouse enter event.
Public methodOnMouseLeave
Raises the mouse leave event.
Public methodOnMouseMove
Raises the mouse move event.
Public methodOnMouseUp
Raises the mouse up event.
Public methodOnMouseWheel
Raises the mouse wheel event.
Public methodOnShown
Raises the shown event.
Public methodOnSizeChanged
Raises the size changed event.
Public methodOnTextInput
Raises the text input event.
Top
See Also
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsCalendarCallback
    Eto.FormsColorPickerCallback
    Eto.FormsDateTimePickerCallback
    Eto.FormsDocumentControlCallback
    Eto.FormsDrawableCallback
    Eto.FormsExpanderCallback
    Eto.FormsFilePickerCallback
    Eto.FormsFontPickerCallback
    Eto.FormsGridCallback
    Eto.FormsListControlCallback
    Eto.FormsNavigationCallback
    Eto.FormsNumericStepperCallback
    Eto.FormsPropertyGridCallback
    Eto.FormsScrollableCallback
    Eto.FormsSegmentedButtonCallback
    Eto.FormsSliderCallback
    Eto.FormsSplitterCallback
    Eto.FormsStepperCallback
    Eto.FormsTabControlCallback
    Eto.FormsTextControlCallback
    Eto.FormsTreeViewCallback
    Eto.FormsWebViewCallback
    Eto.FormsWindowCallback