ElementHost.MouseLeave Event

Definition

Occurs when the mouse pointer leaves the control.

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

Event Type

Attributes

Remarks

For more information about the MouseLeave event, see Control.MouseLeave.

Applies to

See also