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

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

Definition

Пространство имён: Tessa.UI.Views.Content
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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.

См. также