Click or drag to resize

ControlICallback Interface

Callback interface for instances of Control

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

The ControlICallback type exposes the following members.

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