GridViewFactoryResolver - делегат |
Делегат получения фабрики создания элементов таблицы
Пространство имён:
Tessa.UI.Views.Content.Table
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate IGridViewFactory GridViewFactoryResolver(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] DependencyObject parent
)
<NotNullAttribute>
Public Delegate Function GridViewFactoryResolver (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> parent As DependencyObject
) As IGridViewFactory
[NotNullAttribute]
public delegate IGridViewFactory^ GridViewFactoryResolver(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] DependencyObject^ parent
)
[<NotNullAttribute>]
type GridViewFactoryResolver =
delegate of
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] parent : DependencyObject -> IGridViewFactory
Параметры
- component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель отображения данных - parent
- Тип: System.WindowsDependencyObject
Родительский элемент
Возвращаемое значение
Тип:
IGridViewFactoryФабрика создания элементов таблицы
См. также