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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.