RadControls for WinForms

Special behavior when the drag operation leaves the specified target.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
void ISupportDrop.DragLeave(
	Point oldMousePosition,
	ISupportDrag dragObject
)
Visual Basic
Private Sub DragLeave ( _
	oldMousePosition As Point, _
	dragObject As ISupportDrag _
) Implements ISupportDrop.DragLeave

Parameters

oldMousePosition
Type: System.Drawing..::..Point
dragObject
Type: Telerik.WinControls..::..ISupportDrag
An instance of the IDraggable which is dragged over the target.

Implements

ISupportDrop..::..DragLeave(Point, ISupportDrag)

See Also