Для изменения размера нажмите или перетащите

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

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

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

Параметры

workplace
Тип: Tessa.UI.ViewsIWorkplaceViewModel
Модель рабочего места
treeItem
Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева
updateContext (Optional)
Тип: Tessa.UI.Views.Workplaces.TreeITreeItemUpdateContext
Путь обновления
onCompletedAsync (Optional)
Тип: SystemFuncTask, Task
Действие вызываемое по завершению выполнения задачи
См. также