Extension methods for using asynchronous event handlers.
More...
|
static async ValueTask< Boolean > | InvokeAsync< TSender, TEventArgs > (this AsyncTypedEventHandler< TSender, TEventArgs >? handler, TSender sender, TEventArgs args) |
| Invokes specified asynchronous event.
|
|
static async ValueTask< Boolean > | InvokeAsync< TSender > (this AsyncTypedEventHandler< TSender >? handler, TSender sender) |
| Invokes specified asynchronous event.
|
|
Extension methods for using asynchronous event handlers.