ShortcutKeyRequestArgs Class

Definition

Arguments relating to a CTRL Key Shortcut being activated.

public class ShortcutKeyRequestArgs
type ShortcutKeyRequestArgs = class
Public Class ShortcutKeyRequestArgs
Inheritance
ShortcutKeyRequestArgs

Constructors

ShortcutKeyRequestArgs(VirtualKey, Boolean, KeyRoutedEventArgs)

Initializes a new instance of the ShortcutKeyRequestArgs class.

Properties

Handled

Gets or sets a value indicating whether the Key been Handled

Key

Gets key pressed with CTRL

OriginalArgs

Gets the Original KeyDown arguments

ShiftKeyHeld

Gets a value indicating whether Shift was held down too

Applies to