ElementHost.MouseLeave Událost

Definice

Nastane, když ukazatel myši opustí ovládací prvek.

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

Atributy

Poznámky

Další informace o MouseLeave události naleznete v tématu Control.MouseLeave.

Platí pro

Viz také