|
System.ConsoleCancelEventHandler // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2005 Novell, Inc (http://www.novell.com) // // // Permission is hereby ...
|
|
Quickstart Class Browser ... Class System.ConsoleCancelEventHandler
|
|
This event is used in conjunction with System . . :: . ConsoleCancelEventHandler and System . . :: . ConsoleCancelEventArgs . The CancelKeyPress event enables a console application to intercept ...
|
|
136 130: private static System.ConsoleCancelEventHandler installed_handler = 137 131: new System.ConsoleCancelEventHandler(myHandler); … … 182 176: saw_keyboard_interrupt ...
|
|
It would be nice if Ctrl-C worked the same on CommonLarceny as it does on the other flavors of Larceny. The class System.ConsoleCancelEventHandler might be useful for this.
|
|
Mono Class Library : System Namespace System.ConsoleCancelEventHandler Delegate: Note: This namespace, class, or member is supported only in version .NET 2 ...
|