WidgetHandlerTWidgetCallback Property |
Gets the callback object for the control
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Object Callback { get; }
Protected ReadOnly Property Callback As Object
Get
member Callback : Object with get
Property Value
Type:
ObjectThe callback.
Remarks
This object is typically a single static instance that is used by the platform handlers to call private or protected
methods on the widget, such as protected event methods e.g. protected virtual void OnClick(EventArgs e)
See Also