Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) Metoda

Definice

Odešle tuto událost přetažení z okna doplňku pro úpravy do příslušného Behavior nebo hit-testovaného 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)

Parametry

g
Glyph

Nějaké Glyph.

e
QueryContinueDragEventArgs

A QueryContinueDragEventArgs obsahující data události.

Poznámky pro dědice

Metodu OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) můžete přepsat tak, aby Behavior bylo možné zadat vlastní pravidla přetažení.

Platí pro

Viz také