AnnotationStructureItemFactory - делегат
Делегат фабрики создания элемента структуры диаграммы - аннотации
Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[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 IAnnotationModel
- Модель аннотации
- deleteCommand ICommand
- Команда удаления аннотации
AnnotationChartStructureItemЭлемент структуры диаграммы - аннотация