AxHost.QueryContinueDrag 이벤트

정의

QueryContinueDrag 클래스는 AxHost 이벤트를 지원하지 않습니다.

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

이벤트 유형

특성

설명

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

적용 대상