StripLineEditorFactoryDelegate - делегат |
Делегат фабрики создания модели-представления редактора полосы
Пространство имён:
Tessa.UI.Views.Charting.Axises
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [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
- Тип: Tessa.UI.Views.Charting.AxisesIStripLineModel
Модель редактора полосы - deleteCommand
- Тип: System.Windows.InputICommand
Команда удаления полосы
Возвращаемое значение
Тип:
StripLineEditorViewModelМодель-представление редактора полосы
См. также