ICallbackSourceCallback Property |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property Callback As Object
Get
abstract Callback : Object with get
Return Value
Type:
ObjectThe callback instance to use for this widget
Remarks
The callback should implement the parent class' callback interface so that there only needs
to be a single callback for the entire hierarchy.
This should return a static instance to avoid having overhead for each instance of your widget.
See Also