AxHost.MouseLeave Zdarzenie

Definicja

Zdarzenie MouseLeave nie jest obsługiwane przez klasę AxHost .

public:
 event EventHandler ^ MouseLeave;
[System.ComponentModel.Browsable(false)]
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 

Typ zdarzenia

Atrybuty

Uwagi

Jeśli próbujesz dodać lub usunąć procedurę obsługi dla MouseLeave zdarzenia, NotSupportedException zostanie zgłoszony błąd. Zdarzenia pochodzące z Control klasy nie są obsługiwane przez klasę AxHost . Zdarzenia uwidocznione przez kontrolkę ActiveX po utworzeniu AxHost otoki to zdarzenia, które powinny być używane.

Dotyczy