RichTextBox.DragLeave Event

Definition

Occurs when an object is dragged out of the control's bounds.

public:
 event EventHandler ^ DragLeave;
[System.ComponentModel.Browsable(false)]
public event EventHandler DragLeave;
[System.ComponentModel.Browsable(false)]
public event EventHandler? DragLeave;
[<System.ComponentModel.Browsable(false)>]
member this.DragLeave : EventHandler 
Public Custom Event DragLeave As EventHandler 

Event Type

Attributes

Remarks

This event is not relevant to this class. For more information about how to handle events, see Handling and Raising Events.

Applies to