AxHost.DragLeave Zdarzenie

Definicja

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

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

Typ zdarzenia

Atrybuty

Uwagi

Jeśli próbujesz dodać lub usunąć procedurę obsługi dla DragLeave 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