KeyPressEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the KeyPress event.
- C#
- VB.NET
public class KeyPressEventArgs : EventArgs
Public Class KeyPressEventArgs
Inherits EventArgs
Constructors
KeyPressEventArgs(keyChar)
Initializes a new instance of the KeyPressEventArgs class.
| Name | Type | Description |
|---|---|---|
| keyChar | Char | The ASCII character corresponding to the key the user pressed. |
Properties
Handled
Boolean: Returns or sets whether the KeyPress event was handled.
KeyChar
Char: Returns or sets the character corresponding to the key pressed.
Used By
| Name | Description |
|---|---|
| KeyPressEventHandler | Represents the method that will handle the KeyPress event of a Control. |