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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.