Share via


Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) 方法

定义

将此拖放事件从装饰器窗口发送到相应的 Behavior 或经过命中测试的 Glyph

public:
 virtual void OnQueryContinueDrag(System::Windows::Forms::Design::Behavior::Glyph ^ g, System::Windows::Forms::QueryContinueDragEventArgs ^ e);
public virtual void OnQueryContinueDrag (System.Windows.Forms.Design.Behavior.Glyph g, System.Windows.Forms.QueryContinueDragEventArgs e);
public virtual void OnQueryContinueDrag (System.Windows.Forms.Design.Behavior.Glyph? g, System.Windows.Forms.QueryContinueDragEventArgs e);
abstract member OnQueryContinueDrag : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.QueryContinueDragEventArgs -> unit
override this.OnQueryContinueDrag : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.QueryContinueDragEventArgs -> unit
Public Overridable Sub OnQueryContinueDrag (g As Glyph, e As QueryContinueDragEventArgs)

参数

g
Glyph

Glyph

继承者说明

可以重写 方法,OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs)Behavior以便 可以指定自己的拖放规则。

适用于

另请参阅