ChartStructureItemDropBehaviorGetDragDropEffects - метод |
Возвращает возможные варианты влияния для операции перетаскивания
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static DragDropEffects GetDragDropEffects(
[CanBeNullAttribute] SeriesStructureItem currentItem,
[CanBeNullAttribute] SeriesStructureItem movingItem,
DragOperationType operationType,
DragTargetAreaKind targetAreaKind
)
Public Shared Function GetDragDropEffects (
<CanBeNullAttribute> currentItem As SeriesStructureItem,
<CanBeNullAttribute> movingItem As SeriesStructureItem,
operationType As DragOperationType,
targetAreaKind As DragTargetAreaKind
) As DragDropEffects
public:
static DragDropEffects GetDragDropEffects(
[CanBeNullAttribute] SeriesStructureItem^ currentItem,
[CanBeNullAttribute] SeriesStructureItem^ movingItem,
DragOperationType operationType,
DragTargetAreaKind targetAreaKind
)
static member GetDragDropEffects :
[<CanBeNullAttribute>] currentItem : SeriesStructureItem *
[<CanBeNullAttribute>] movingItem : SeriesStructureItem *
operationType : DragOperationType *
targetAreaKind : DragTargetAreaKind -> DragDropEffects
Параметры
- currentItem
- Тип: Tessa.UI.Views.Charting.Charts.ChartStructureSeriesStructureItem
Элемент над которым находится курсов - movingItem
- Тип: Tessa.UI.Views.Charting.Charts.ChartStructureSeriesStructureItem
Перемещаемый элемент - operationType
- Тип: Tessa.UIDragOperationType
Вид операции перетаскивания - targetAreaKind
- Тип: Tessa.UIDragTargetAreaKind
The target Area Kind.
Возвращаемое значение
Тип:
DragDropEffectsВиды доступных операций перетаскивания
См. также