Click or drag to resize

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; }

Property Value

Type: WidgetHandlerTControl, TWidget
The handler.
Remarks
This property is used to access the handler instance to trigger events.
See Also