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

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

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

Пространство имён:  Tessa.UI.Views.Workplaces.Tree
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public TreeItemMenuContext(
	[NotNullAttribute] IMenuContext menuContext,
	[NotNullAttribute] ITreeItem treeItem,
	CancellationToken cancellationToken = default
)

Параметры

menuContext
Тип: Tessa.UI.MenuIMenuContext
The menu Context.
treeItem
Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
The tree Item.
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
См. также