Click or drag to resize

WeakEventSourceTEventArgs Methods

The WeakEventSourceTEventArgs type exposes the following members.

Methods
 NameDescription
Public methodRaise Raises the event with the specified sender and argument.
Public methodSubscribe Subscribes the specified handler for the event.
Public methodUnsubscribe Unsubscribes the specified handler from the event.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also