NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionUIService.EndDrag

Called by an outside party to finish a drag operation. This can only be called after a successful call to beginDrag.

[Visual Basic]
Sub EndDrag( _
   ByVal cancel As Boolean _
)
[C#]
void EndDrag(
   bool cancel
);
[C++]
void EndDrag(
   bool cancel
) = 0;
[JScript]
function EndDrag(
   cancel : Boolean
);

Parameters

cancel
true if the caller now wishes to cancel the drag, or false to carry it out.

See Also

ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace