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