Photomechanics API
AsyncEventHandlersExtensions Class Reference

Extension methods for using asynchronous event handlers. More...

Static Public Member Functions

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.
 

Detailed Description

Extension methods for using asynchronous event handlers.