See Also: ConsoleCancelEventArgs Members
This class is passed as an argument to event handlers that have attached to the Console.CancelKeyPress event.
By default, after the interrupt sequence is generated by the user (typically control-c), the application will exit, unless one of the handlers set the ConsoleCancelEventArgs.Cancel property to true.