AcceleratorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Accelerator event.
- C#
- VB.NET
public class AcceleratorEventArgs : KeyEventArgs
Public Class AcceleratorEventArgs
Inherits KeyEventArgs
Constructors
AcceleratorEventArgs(keyData, component)
Initializes a new instance of the KeyEventArgs class.
| Name | Type | Description |
|---|---|---|
| keyData | Keys | A Keys 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 Keys enumeration. |
| component | IWisejComponent | The Wisej component that originated the keyboard event. |
Properties
Component
IWisejComponent: Returns the Wisej component that generated the "keydown" event'.
Used By
| Name | Description |
|---|---|
| AcceleratorEventHandler | Represents the method that will handle the Accelerator event. |