Dart.PowerWEB.TextBox Namespace : KeyEventArgs Class |
Provides data for the KeyDown, KeyPress or KeyUp event.
For a list of all members of this type, see KeyEventArgs members.
System.Object
System.EventArgs
Dart.PowerWEB.TextBox.KeyEventArgs
[Visual Basic]
Public Class KeyEventArgs
Inherits EventArgs
[C#]
public class KeyEventArgs : EventArgs
[C++]
public __gc class KeyEventArgs : public EventArgs
[C++/CLI]
public ref class KeyEventArgs : public EventArgs
A KeyEventArgs, which specifies the key the user pressed and whether any modifier keys (CTRL, ALT, and SHIFT) were pressed at the same time, is passed with each KeyDown, KeyPress or KeyUp event.
The KeyDown event occurs when the user presses any key. The KeyUp event occurs when the user releases the key. Duplicate KeyDown events occur each time the key repeats, if the key is held down, but only one KeyUp event is generated when the user releases the key. The KeyPress event also occurs when a key is depressed.
For information about the event model, see Events and Delegates.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
KeyEventArgs Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.