Table of Contents

Method CreateCommand

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll

CreateCommand(string, ICommand, object, string, int, Image)

protected SelectableCommandDefinition CreateCommand(string key, ICommand command, object commandParameter, string caption, int sortOrder, Image image)

Parameters

key string
command ICommand
commandParameter object
caption string
sortOrder int
image Image

Returns

SelectableCommandDefinition