Behavior::OnQueryContinueDrag Method (Glyph^, QueryContinueDragEventArgs^)
.NET Framework (current version)
Sends this drag-and-drop event from the adorner window to the appropriate Behavior or hit-tested Glyph.
Assembly: System.Design (in System.Design.dll)
Parameters
- g
-
Type:
System.Windows.Forms.Design.Behavior::Glyph^
A Glyph.
- e
-
Type:
System.Windows.Forms::QueryContinueDragEventArgs^
A QueryContinueDragEventArgs that contains the event data.
Notes to Inheritors:
You can override the OnQueryContinueDrag method so that a Behavior can specify its own drag-and-drop rules.
.NET Framework
Available since 2.0
Available since 2.0
Show: