WidgetHandlerTControl, TWidgetWeakConnectorHandler Property |
Gets the handler that the connector is associated with
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WidgetHandler<TControl, TWidget> Handler { get; }
Public ReadOnly Property Handler As WidgetHandler(Of TControl, TWidget)
Get
member Handler : WidgetHandler<'TControl, 'TWidget> with get
Property Value
Type:
WidgetHandlerTControl,
TWidgetThe handler.
Remarks
This property is used to access the handler instance to trigger events.
See Also