Table of Contents

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

sender object
Async counterpart of for user-facing notification events.
args TArgs
Async counterpart of for user-facing notification events.

Returns

Task
Async counterpart of for user-facing notification events.

Type Parameters

TArgs
Extension Methods