PreviewKeyDownEventArgs
Wisej.Web.PreviewKeyDownEventArgs
Last updated
Wisej.Web.PreviewKeyDownEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the PreviewKeyDown event.
Initializes a new instance of the PreviewKeyDownEventArgs class with the specified key.
Boolean: Returns whether the ALT key was pressed.
Boolean: Returns whether the CTRL key was pressed.
Boolean: Returns whether a key is a regular input key.
Keys: Returns the keyboard code.
Keys: Returns the key data.
Int32: Returns the keyboard value.
Keys: Returns the modifier flags indicating which combination of CTRL, SHIFT, and ALT keys was pressed.
Boolean: Returns whether the SHIFT key was pressed.
Name | Description |
---|---|
Represents the method that will handle the PreviewKeyDown event. |