CommandActionViewModel - конструктор

Инициализирует новый экземпляр класса CommandActionViewModel

Definition

Пространство имён: Tessa.UI.WorkflowViewer.ViewModels
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public CommandActionViewModel(
	WorkflowEditorViewModel editor,
	string iconResource,
	ICommand command,
	string toolTip = null,
	InputGesture inputGesture = null,
	Brush stroke = null,
	bool hidden = false,
	Func<Visibility> getVisibility = null,
	Action<PropertyChangedEventArgs, CommandActionViewModel> editorChangedAction = null
)

Параметры

editor  WorkflowEditorViewModel
 
iconResource  String
 
command  ICommand
 
toolTip  String  (Optional)
 
inputGesture  InputGesture  (Optional)
 
stroke  Brush  (Optional)
 
hidden  Boolean  (Optional)
 
getVisibility  FuncVisibility  (Optional)
 
editorChangedAction  ActionPropertyChangedEventArgs, CommandActionViewModel  (Optional)
 

См. также