BuildContentDelegate - делегат
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public delegate void BuildContentDelegate(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] ObservableCollection<Object> content,
[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent, Object>> contentFactories
)
Public Delegate Sub BuildContentDelegate (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> content As ObservableCollection(Of Object),
<NotNullAttribute> contentFactories As IEnumerable(Of Func(Of IWorkplaceViewComponent, Object))
)
public delegate void BuildContentDelegate(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] ObservableCollection<Object^>^ content,
[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent^, Object^>^>^ contentFactories
)
type BuildContentDelegate =
delegate of
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] content : ObservableCollection<Object> *
[<NotNullAttribute>] contentFactories : IEnumerable<Func<IWorkplaceViewComponent, Object>> -> unit
Параметры
- component IWorkplaceViewComponent
-
Компонент рабочего места, отображающий данные
- content ObservableCollectionObject
-
Коллекция содержащая контент
- contentFactories IEnumerableFuncIWorkplaceViewComponent, Object
-
Список фабрик создания контента