AnnotationStructureItemFactory - делегат |
Делегат фабрики создания элемента структуры диаграммы - аннотации
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate AnnotationChartStructureItem AnnotationStructureItemFactory(
[NotNullAttribute] IAnnotationModel annotationModel,
[NotNullAttribute] ICommand deleteCommand
)
<NotNullAttribute>
Public Delegate Function AnnotationStructureItemFactory (
<NotNullAttribute> annotationModel As IAnnotationModel,
<NotNullAttribute> deleteCommand As ICommand
) As AnnotationChartStructureItem
[NotNullAttribute]
public delegate AnnotationChartStructureItem^ AnnotationStructureItemFactory(
[NotNullAttribute] IAnnotationModel^ annotationModel,
[NotNullAttribute] ICommand^ deleteCommand
)
[<NotNullAttribute>]
type AnnotationStructureItemFactory =
delegate of
[<NotNullAttribute>] annotationModel : IAnnotationModel *
[<NotNullAttribute>] deleteCommand : ICommand -> AnnotationChartStructureItem
Параметры
- annotationModel
- Тип: Tessa.UI.Views.Charting.AnnotationsIAnnotationModel
Модель аннотации - deleteCommand
- Тип: System.Windows.InputICommand
Команда удаления аннотации
Возвращаемое значение
Тип:
AnnotationChartStructureItemЭлемент структуры диаграммы - аннотация
См. также