Click or drag to resize
Cimbalino ToolkitWeakEventSubscription Properties

The WeakEventSubscription type exposes the following members.

Properties
  NameDescription
Protected propertyEventHandlerReference
Gets or sets a WeakReference to the target EventHandler.
Public propertyIsAlive
Gets a value indicating whether the event handler's owner is still alive (not yet collected by the Garbage Collector).
Protected propertyMethod
Gets or sets the MethodInfo corresponding to this WeakEventSubscription.
Protected propertyReference
Gets or sets a WeakReference to the target of this WeakEventSubscription.
Top
See Also