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
senderobject- Delegate for event handlers that receive both the event arguments and the parent window.
argsT- Delegate for event handlers that receive both the event arguments and the parent window.
windowWindow- Delegate for event handlers that receive both the event arguments and the parent window.
Type Parameters
T