AxHost.QueryContinueDrag 事件

定义

类不支持QueryContinueDragAxHost事件。

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 。 类不支持ControlAxHost类派生的事件。 创建包装器时 AxHost ActiveX 控件公开的事件是应使用的事件。

适用于