Skip to main content
Version: 4.1

AcceleratorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the Accelerator event.

public class AcceleratorEventArgs : KeyEventArgs

Constructors

Instance member AcceleratorEventArgs(keyData, component)

Initializes a new instance of the KeyEventArgs class.

NameTypeDescription
keyDataKeysA 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.
componentIWisejComponentThe Wisej component that originated the keyboard event.

Properties

Instance member Component

IWisejComponent: Returns the Wisej component that generated the "keydown" event'.

Used By

NameDescription
AcceleratorEventHandlerRepresents the method that will handle the Accelerator event.