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

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

Definition

Пространство имён: Tessa.UI.Views.Content
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public AttachedObjectHolder(
	[NotNullAttribute] Func<Control, bool> attachFunc,
	[NotNullAttribute] Func<Control, bool> detachFunc
)

Параметры

attachFunc  FuncControl, Boolean
The attach Func.
detachFunc  FuncControl, Boolean
The detach Func.

См. также