WeakSubscriber.IHandler<TEventArgs> Members
Provides access to an event handler.
#Methods
Name | Description |
---|---|
On |
Invokes when an event occurs. The method specifies a mechanism that handles the event within the context of a weak subscription, where the handler is weakly referenced to avoid memory leaks. |
See Also