Click or drag to resize

WidgetHandler<TControl, TWidget>.WeakConnector Class

Connector for events to keep a weak reference to allow controls to be garbage collected when no longer referenced
Inheritance Hierarchy
System.Object
  Eto.WidgetHandler<TControl, TWidget>.WeakConnector

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class WeakConnector

The WidgetHandler<TControl, TWidget> .WeakConnector generic type exposes the following members.

Constructors
  NameDescription
Public methodWidgetHandler<TControl, TWidget>.WeakConnector
Initializes a new instance of the WidgetHandler<TControl, TWidget> .WeakConnector class
Top
Properties
  NameDescription
Public propertyHandler
Gets the handler that the connector is associated with
Top
See Also