WidgetHandler<TControl, TWidget>.WeakConnector.Handler Property |
Gets the handler that the connector is associated with
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic 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:
WidgetHandler<TControl,
TWidget>The handler.
Remarks
This property is used to access the handler instance to trigger events.
See Also