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

Initializes a new instance of the RefreshNodeCommand class. Initializes a new instance of the TreeItemCommandTTreeItem class. Инициализирует новый экземпляр класса Object.

Definition

Пространство имён: Tessa.UI.Views.MessagingServices.Commands
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public RefreshNodeCommand(
	[NotNullAttribute] IWorkplaceViewModel workplace,
	[NotNullAttribute] ITreeItem treeItem,
	[CanBeNullAttribute] ITreeItemUpdateContext updateContext = null,
	[CanBeNullAttribute] Func<Task, Task> onCompletedAsync = null
)

Параметры

workplace  IWorkplaceViewModel
Модель рабочего места
treeItem  ITreeItem
Узел дерева
updateContext  ITreeItemUpdateContext  (Optional)
Путь обновления
onCompletedAsync  FuncTask, Task  (Optional)
Действие вызываемое по завершению выполнения задачи

См. также