-
Notifications
You must be signed in to change notification settings - Fork 3
KeyboardShortcuts.KeyboardShortcutEventArgs
JaykeBird edited this page Feb 21, 2023
·
5 revisions
Back to home | Back to Reference | View raw text
The generic event arguments for keyboard shortcut related events in the KeyRegistry.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.KeyboardShortcuts
SolidShineUi.KeyboardShortcuts.KeyboardShortcutEventArgs[[KeyboardShortcutEventArgs]]
end
Type | Name | Methods |
---|---|---|
KeyboardShortcut |
KeyboardShortcut The keyboard shortcut referenced in the event. |
get |
The generic event arguments for keyboard shortcut related events in the KeyRegistry.
public KeyboardShortcutEventArgs(KeyboardShortcut shortcut)
Type | Name | Description |
---|---|---|
KeyboardShortcut |
shortcut | The keyboard shortcut referenced in the event. |
Create a KeyboardShortcutEventArgs.
public KeyboardShortcut KeyboardShortcut { get; }
The keyboard shortcut referenced in the event.
Generated with ModularDoc