Język

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 element . Zdarzenia pochodzące z Control klasy nie są obsługiwane przez klasę AxHost . Zdarzenia uwidocznione przez kontrolkę AxHost ActiveX podczas tworzenia otoki to zdarzenia, które powinny być używane.

Dotyczy