Behavior.OnDragLeave(Glyph, EventArgs) 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.
Permits custom drag-leave behavior.
public:
virtual void OnDragLeave(System::Windows::Forms::Design::Behavior::Glyph ^ g, EventArgs ^ e);
public virtual void OnDragLeave (System.Windows.Forms.Design.Behavior.Glyph g, EventArgs e);
public virtual void OnDragLeave (System.Windows.Forms.Design.Behavior.Glyph? g, EventArgs e);
abstract member OnDragLeave : System.Windows.Forms.Design.Behavior.Glyph * EventArgs -> unit
override this.OnDragLeave : System.Windows.Forms.Design.Behavior.Glyph * EventArgs -> unit
Public Overridable Sub OnDragLeave (g As Glyph, e As EventArgs)
Parameters
A DragEventArgs that contains the event data.
Notes to Inheritors
You can override the OnDragLeave(Glyph, EventArgs) method so that a Behavior can specify its own drag-leave rules.
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.