Weak |
The WeakEventListenerTTarget, TSource, TEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Detach | Detaches from the subscribed event. | |
OnEvent | Handler for the subscribed event calls OnEventAction to handle it. |
Name | Description | |
---|---|---|
SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |