Click or drag to resize
Cimbalino ToolkitWeakActionT Properties

The WeakActionT generic type exposes the following members.

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