|  | WeakAction Properties | 
The WeakAction type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActionReference | 
            Gets or sets a WeakReference to the target Action.
             | 
|  | IsAlive | 
            Gets a value indicating whether the action's owner is still alive (not yet collected by the Garbage Collector).
             | 
|  | Method | 
            Gets or sets the MethodInfo corresponding to this WeakAction.
             | 
|  | Reference | 
            Gets or sets a WeakReference to the target of this WeakAction.
             | 
 See Also
See Also