Skip to content

KeyboardShortcuts.KeyboardShortcutEventArgs

JaykeBird edited this page Feb 21, 2023 · 5 revisions

Back to home | Back to Reference | View raw text

KeyboardShortcutEventArgs class

Description

The generic event arguments for keyboard shortcut related events in the KeyRegistry.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.KeyboardShortcuts
  SolidShineUi.KeyboardShortcuts.KeyboardShortcutEventArgs[[KeyboardShortcutEventArgs]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
KeyboardShortcut KeyboardShortcut
The keyboard shortcut referenced in the event.
get

Details

Summary

The generic event arguments for keyboard shortcut related events in the KeyRegistry.

Constructors

KeyboardShortcutEventArgs

public KeyboardShortcutEventArgs(KeyboardShortcut shortcut)
Arguments
Type Name Description
KeyboardShortcut shortcut The keyboard shortcut referenced in the event.
Summary

Create a KeyboardShortcutEventArgs.

Properties

KeyboardShortcut

public KeyboardShortcut KeyboardShortcut { get; }
Summary

The keyboard shortcut referenced in the event.

Generated with ModularDoc

Clone this wiki locally