Click or drag to resize

ConsoleEventHandler Delegate

The console event handler is used for console events.

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public delegate void ConsoleEventHandler(
	Object sender,
	ConsoleEventArgs args
)

Parameters

sender
Type: SystemObject
The sender.
args
Type: ConsoleControlConsoleEventArgs
The ConsoleEventArgs instance containing the event data.
See Also