Behavior::OnDragLeave Method (Glyph^, EventArgs^)
.NET Framework (current version)
Permits custom drag-leave behavior.
Assembly: System.Design (in System.Design.dll)
Parameters
- g
-
Type:
System.Windows.Forms.Design.Behavior::Glyph^
A Glyph on which to invoke drag-leave behavior.
- e
-
Type:
System::EventArgs^
A DragEventArgs that contains the event data.
Notes to Inheritors:
You can override the OnDragLeave method so that a Behavior can specify its own drag-leave rules.
.NET Framework
Available since 2.0
Available since 2.0
Show: