See Also

KeyEventArgs Members  | Dart.PowerWEB.TextBox Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerWEB TextBox for ASP.NET

KeyEventArgs Class

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerWEB.TextBox.KeyEventArgs

Syntax

[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

Remarks

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.

Requirements

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)

See Also

KeyEventArgs Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.