ParentControlDesigner.OnDragComplete(DragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called in order to clean up a drag-and-drop operation.
protected:
override void OnDragComplete(System::Windows::Forms::DragEventArgs ^ de);
protected override void OnDragComplete (System.Windows.Forms.DragEventArgs de);
override this.OnDragComplete : System.Windows.Forms.DragEventArgs -> unit
Protected Overrides Sub OnDragComplete (de As DragEventArgs)
Parameters
A DragEventArgs that provides data for the event.
Remarks
OnDragComplete is used to clean up any operations that were performed at the beginning of a drag-and-drop operation.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.