Click or drag to resize

WeakEventListenerTTarget, TSource, TEventArgs Methods

The WeakEventListenerTTarget, TSource, TEventArgs type exposes the following members.

Methods
 NameDescription
Public methodDetach Detaches from the subscribed event.
Public methodOnEvent Handler for the subscribed event calls OnEventAction to handle it.
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