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; }
Public ReadOnly Property Callback As TCallback
Get
member Callback : 'TCallback with get
Property Value
Type:
TCallbackThe 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