Click or drag to resize

WidgetHandlerTControl, TWidget, TCallbackCallback Property

Gets the callback object for the control

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TCallback Callback { get; }

Property Value

Type: TCallback
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