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 

이벤트 유형

DragEventHandler
특성

설명

이벤트에 대한 DragDrop 처리기를 추가하거나 제거하려고 하면 throw NotSupportedException 됩니다. 클래스에서 Control 파생된 이벤트는 클래스에서 AxHost 지원되지 않습니다. 래퍼를 만들 때 ActiveX 컨트롤에서 AxHost 노출되는 이벤트는 사용해야 하는 이벤트입니다.

적용 대상