AttachedObjectHolder - конструктор
Initializes a new instance of the
AttachedObjectHolder class.
Инициализирует новый экземпляр класса
Object.
Пространство имён: Tessa.UI.Views.ContentСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public AttachedObjectHolder(
[NotNullAttribute] Func<Control, bool> attachFunc,
[NotNullAttribute] Func<Control, bool> detachFunc
)
Public Sub New (
<NotNullAttribute> attachFunc As Func(Of Control, Boolean),
<NotNullAttribute> detachFunc As Func(Of Control, Boolean)
)
public:
AttachedObjectHolder(
[NotNullAttribute] Func<Control^, bool>^ attachFunc,
[NotNullAttribute] Func<Control^, bool>^ detachFunc
)
new :
[<NotNullAttribute>] attachFunc : Func<Control, bool> *
[<NotNullAttribute>] detachFunc : Func<Control, bool> -> AttachedObjectHolder
Параметры
- attachFunc FuncControl, Boolean
-
The attach Func.
- detachFunc FuncControl, Boolean
-
The detach Func.