C# Класс Open.Core.Common.AttachedBehavior.DraggingEventArgs

Event args that are fired on the mouse-move event when an item is being dragged.
See the 'Draggable' behavior.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Cancel ( ) : void

Causes the drag operation to be stopped.

Same as setting the 'Cancelled' property to True.

Описание методов

Cancel() публичный Метод

Causes the drag operation to be stopped.
Same as setting the 'Cancelled' property to True.
public Cancel ( ) : void
Результат void