Click or drag to resize

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
Object Callback { get; }

Return Value

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