ConsoleCancelKeyPress Event |
Occurs when the Control modifier key (CTRL) and C console key (C) are pressed simultaneously (CTRL+C).
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static event ConsoleCancelEventHandler CancelKeyPress
Value
Type:
SystemConsoleCancelEventHandlerSee Also