ElementHost.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)>]
member this.DragLeave : EventHandler 
Public Custom Event DragLeave As EventHandler 

Event Type

Attributes

Remarks

For more information about the DragLeave event, see DragLeave.

Applies to

See also