WeakSubscriber.IHandler<TEventArgs> Methods
Provides access to an event handler.
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