Click or drag to resize
Cimbalino ToolkitWeakAction Properties

The WeakAction type exposes the following members.

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