GridViewGetCallback Method |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override Object GetCallback()
Protected Overrides Function GetCallback As Object
abstract GetCallback : unit -> Object
override GetCallback : unit -> Object
Return Value
Type:
ObjectThe callback instance to use for this widget
See Also