Click or drag to resize

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; }

Property Value

Type: Object
The 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