Table of Contents

Namespace SharpConsoleUI.Events

Classes

MouseEventArgs

Event arguments for mouse events

TableCellEventArgs

Event arguments for table cell events (click, double-click).

TableRowEventArgs

Event arguments for table row events (click, double-click, activation).

TreeNodeEventArgs

Event arguments for tree node events

Delegates

WindowEventHandler<TEventArgs>

Represents a method that handles an event with window context access. This delegate provides access to the parent window, enabling event handlers to interact with other controls via FindControl<T>().