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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.