Table of Contents

Class CommandKeyboardShortcut

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll
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 KeyGesture
sortOrder int
commandDefinition Func<CommandDefinitionBase>
viewModelType Type

Properties

CommandDefinition

public CommandDefinitionBase CommandDefinition { get; }

Property Value

CommandDefinitionBase

KeyGesture

public KeyGesture KeyGesture { get; }

Property Value

KeyGesture

SortOrder

public int SortOrder { get; }

Property Value

int

ViewModelType

public Type ViewModelType { get; }

Property Value

Type