AxHost.DragDrop イベント

定義

DragDrop イベントは、AxHost クラスではサポートされていません。

public:
 event System::Windows::Forms::DragEventHandler ^ DragDrop;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.DragEventHandler DragDrop;
[<System.ComponentModel.Browsable(false)>]
member this.DragDrop : System.Windows.Forms.DragEventHandler 
Public Custom Event DragDrop As DragEventHandler 

イベントの種類

属性

注釈

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

適用対象