Delegate AsyncEventHandler<TArgs>
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Async counterpart of EventHandler<TEventArgs> for user-facing notification events.
public delegate Task AsyncEventHandler<TArgs>(object? sender, TArgs args)
Parameters
senderobject- Async counterpart of for user-facing notification events.
argsTArgs- Async counterpart of for user-facing notification events.
Returns
- Task
- Async counterpart of for user-facing notification events.
Type Parameters
TArgs
- Extension Methods