Table of Contents

Delegate WindowEventHandler<T>

Namespace
SharpConsoleUI.Builders
Assembly
SharpConsoleUI.dll

Delegate for event handlers that receive both the event arguments and the parent window.

public delegate void WindowEventHandler<T>(object? sender, T args, Window window)

Parameters

sender object
Delegate for event handlers that receive both the event arguments and the parent window.
args T
Delegate for event handlers that receive both the event arguments and the parent window.
window Window
Delegate for event handlers that receive both the event arguments and the parent window.

Type Parameters

T