AcceleratorEventArgs

Wisej.Web.AcceleratorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Accelerator event.

public class AcceleratorEventArgs : KeyEventArgs

Constructors

Initializes a new instance of the KeyEventArgs class.

NameTypeDescription

keyData

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

The Wisej component that originated the keyboard event.

Properties

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

Used By

NameDescription

Represents the method that will handle the Accelerator event.

Last updated