StripLineEditorFactoryDelegate - делегат
Делегат фабрики создания модели-представления редактора полосы
Пространство имён: Tessa.UI.Views.Charting.AxisesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate StripLineEditorViewModel StripLineEditorFactoryDelegate(
[NotNullAttribute] IStripLineModel model,
[NotNullAttribute] ICommand deleteCommand
)
<NotNullAttribute>
Public Delegate Function StripLineEditorFactoryDelegate (
<NotNullAttribute> model As IStripLineModel,
<NotNullAttribute> deleteCommand As ICommand
) As StripLineEditorViewModel
[NotNullAttribute]
public delegate StripLineEditorViewModel^ StripLineEditorFactoryDelegate(
[NotNullAttribute] IStripLineModel^ model,
[NotNullAttribute] ICommand^ deleteCommand
)
[<NotNullAttribute>]
type StripLineEditorFactoryDelegate =
delegate of
[<NotNullAttribute>] model : IStripLineModel *
[<NotNullAttribute>] deleteCommand : ICommand -> StripLineEditorViewModel
- model IStripLineModel
- Модель редактора полосы
- deleteCommand ICommand
- Команда удаления полосы
StripLineEditorViewModelМодель-представление редактора полосы