Called when the user has completed the drag. The designer should remove any UI feedback it may be providing.
[Visual Basic] Sub EndDrag( _ ByVal components() As Object, _ ByVal cancel As Boolean _ ) [C#] void EndDrag( object[] components, bool cancel ); [C++] void EndDrag( Object* components[], bool cancel ) = 0; [JScript] function EndDrag( components : Object[], cancel : Boolean );
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace