KeyEventArgs
Wisej.Web.KeyEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the KeyDown or KeyUp event.
public class KeyEventArgs : EventArgsPublic Class KeyEventArgs
    Inherits EventArgsConstructors
 KeyEventArgs(keyData)
KeyEventArgs(keyData)
 KeyEventArgs(keyData)
KeyEventArgs(keyData)Initializes a new instance of the KeyEventArgs class.
Properties
 Alt
Alt
 Alt
AltBoolean: Returns whether the ALT key was pressed.
 Control
Control
 Control
ControlBoolean: Returns whether the CTRL key was pressed.
 Handled
Handled
 Handled
HandledBoolean: Returns or sets whether the event was handled.
 KeyCode
KeyCode
 KeyCode
KeyCodeKeys: Returns the keyboard code..
 KeyData
KeyData
 KeyData
KeyDataKeys: Returns the key data.
 KeyValue
KeyValue
 KeyValue
KeyValueInt32: Returns the keyboard value.
 Modifiers
Modifiers
 Modifiers
ModifiersKeys: Returns the modifier flags indicating which combination of CTRL, SHIFT, and ALT keys was pressed.
 Shift
Shift
 Shift
ShiftBoolean: Returns a value indicating whether the SHIFT key was pressed.
Methods
 IsAltPressed()
IsAltPressed()
 IsAltPressed()
IsAltPressed()Returns whether the Alt key is pressed.
Returns: Boolean.
 IsCtrlPressed()
IsCtrlPressed()
 IsCtrlPressed()
IsCtrlPressed()Returns whether the Control key is pressed.
Returns: Boolean.
 IsShiftPressed()
IsShiftPressed()
 IsShiftPressed()
IsShiftPressed()Returns whether the Shift key is pressed.
Returns: Boolean.
Used By
Last updated
Was this helpful?

