|  | Weak | 
The WeakEventSourceTEventArgs type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Raise | Raises the event with the specified sender and argument. | 
|  | Subscribe | Subscribes the specified handler for the event. | 
|  | Unsubscribe | Unsubscribes the specified handler from the event. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | SafeCastT | Performs a cast from object to T, avoiding possible null violations if T is a value type. (Defined by ObjectExtensions) | 
 See Also
See Also