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
Syntaxpublic static event ConsoleCancelEventHandler CancelKeyPress
Value
Type:
SystemConsoleCancelEventHandler
See Also