PreviewKeyDownEventArgs
Wisej.Web.PreviewKeyDownEventArgs
Last updated
Was this helpful?
Wisej.Web.PreviewKeyDownEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the event.
Initializes a new instance of the class with the specified key.
keyData
: Returns whether the ALT key was pressed.
: Returns whether the CTRL key was pressed.
One of the values.
: Returns whether a key is a regular input key.
: Returns the keyboard code.
: Returns the key data.
: Returns the keyboard value.
: Returns the modifier flags indicating which combination of CTRL, SHIFT, and ALT keys was pressed.
: Returns whether the SHIFT key was pressed.
Represents the method that will handle the event.