AxHost.DragLeave イベント

定義

DragLeave イベントは、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 

イベントの種類

属性

注釈

イベントのハンドラー DragLeave を追加または削除しようとすると、 NotSupportedException がスローされます。 クラスから Control 派生したイベントは、 クラスでは AxHost サポートされていません。 ラッパーの作成時 AxHost に ActiveX コントロールによって公開されるイベントは、使用する必要があるイベントです。

適用対象