|  | WeakEventSubscriptionT1, T2 Properties | 
The WeakEventSubscriptionT1, T2 generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EventHandlerReference | 
            Gets or sets a WeakReference to the target TypedEventHandlerTSender, TResult.
             | 
|  | IsAlive | 
            Gets a value indicating whether the event handler's owner is still alive (not yet collected by the Garbage Collector).
             | 
|  | Method | 
            Gets or sets the MethodInfo corresponding to this WeakEventSubscriptionT1, T2.
             | 
|  | Reference | 
            Gets or sets a WeakReference to the target of this WeakEventSubscriptionT1, T2.
             | 
 See Also
See Also