Для изменения размера нажмите или перетащите

BuildContentDelegate - делегат

Делегат построения контента для IWorkplaceViewComponent

Пространство имён:  Tessa.UI.Views
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public delegate void BuildContentDelegate(
	[NotNullAttribute] IWorkplaceViewComponent component,
	[NotNullAttribute] ObservableCollection<Object> content,
	[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent, Object>> contentFactories
)

Параметры

component
Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Компонент рабочего места, отображающий данные
content
Тип: System.Collections.ObjectModelObservableCollectionObject
Коллекция содержащая контент
contentFactories
Тип: System.Collections.GenericIEnumerableFuncIWorkplaceViewComponent, Object
Список фабрик создания контента
См. также