ChartStructureItemDropBehaviorGetDragDropEffects - метод

Возвращает возможные варианты влияния для операции перетаскивания

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static DragDropEffects GetDragDropEffects(
	[CanBeNullAttribute] SeriesStructureItem currentItem,
	[CanBeNullAttribute] SeriesStructureItem movingItem,
	DragOperationType operationType,
	DragTargetAreaKind targetAreaKind
)

Параметры

currentItem  SeriesStructureItem
Элемент над которым находится курсов
movingItem  SeriesStructureItem
Перемещаемый элемент
operationType  DragOperationType
Вид операции перетаскивания
targetAreaKind  DragTargetAreaKind
The target Area Kind.

Возвращаемое значение

DragDropEffects
Виды доступных операций перетаскивания

См. также