AcceleratorEventArgs
Wisej.Web.AcceleratorEventArgs
Last updated
Wisej.Web.AcceleratorEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Accelerator event.
Initializes a new instance of the KeyEventArgs class.
keyData
component
The Wisej component that originated the keyboard event.
IWisejComponent: Returns the Wisej component that generated the "keydown" event'.
A representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained be applying the bitwise OR (|) operator to constants from the enumeration.
Represents the method that will handle the event.