Wisej.Web.KeyEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the KeyDown or KeyUp event.
public class KeyEventArgs : EventArgsPublic Class KeyEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns whether the ALT key was pressed.
: Returns whether the CTRL key was pressed.
: Returns or sets whether the event was handled.
: 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 a value indicating whether the SHIFT key was pressed.
Returns whether the Alt key is pressed.
Returns: .
Returns whether the Control key is pressed.
Returns: .
Returns whether the Shift key is pressed.
Returns: .
keyData