Called by an outside party to update drag information. This can only be called after a successful call to beginDrag.
[Visual Basic] Sub DragMoved( _ ByVal offset As Rectangle _ ) [C#] void DragMoved( Rectangle offset ); [C++] void DragMoved( Rectangle offset ) = 0; [JScript] function DragMoved( offset : Rectangle );
ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace | ISelectionUIHandler