ConsoleCancelEventHandler (System.ConsoleCancelEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Represents the method that will handle the CancelKeyPress event of a System.Console.

VB.NET C#

C#

public sealed class ConsoleCancelEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

Koders Code Search: ConsoleCancelEventHandler.cs - C#

System.ConsoleCancelEventHandler // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2005 Novell, Inc (http://www.novell.com) // // // Permission is hereby ...

.NET Framework Class Browser

Quickstart Class Browser ... Class System.ConsoleCancelEventHandler

Console.CancelKeyPress Event (System)

This event is used in conjunction with System . . :: . ConsoleCancelEventHandler and System . . :: . ConsoleCancelEventArgs . The CancelKeyPress event enables a console application to intercept ...

Changeset 4687 – The Larceny Project – Trac

136 130: private static System.ConsoleCancelEventHandler installed_handler =   137 131: new System.ConsoleCancelEventHandler(myHandler);   … …   182 176: saw_keyboard_interrupt ...

#109 (dotnet signals, interrupts) – The Larceny Project ...

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 Documentation

Mono Class Library : System Namespace System.ConsoleCancelEventHandler Delegate: Note: This namespace, class, or member is supported only in version .NET 2 ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support