C# Class 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.
Inheritance: System.EventArgs
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void

Causes the drag operation to be stopped.

Same as setting the 'Cancelled' property to True.

Method Details

Cancel() public method

Causes the drag operation to be stopped.
Same as setting the 'Cancelled' property to True.
public Cancel ( ) : void
return void