Class CommandKeyboardShortcut
public abstract class CommandKeyboardShortcut
- Inheritance
-
CommandKeyboardShortcut
- Derived
- Inherited Members
Constructors
CommandKeyboardShortcut(KeyGesture, int, Func<CommandDefinitionBase>, Type)
protected CommandKeyboardShortcut(KeyGesture keyGesture, int sortOrder, Func<CommandDefinitionBase> commandDefinition, Type viewModelType)
Parameters
keyGesture
KeyGesturesortOrder
intcommandDefinition
Func<CommandDefinitionBase>viewModelType
Type
Properties
CommandDefinition
public CommandDefinitionBase CommandDefinition { get; }
Property Value
KeyGesture
public KeyGesture KeyGesture { get; }
Property Value
SortOrder
public int SortOrder { get; }
Property Value
ViewModelType
public Type ViewModelType { get; }