Share via


Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) Método

Definição

Envia este evento do tipo "arrastar e soltar" da janela de adorno para o Behavior apropriado ou Glyph com teste de clique.

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)

Parâmetros

g
Glyph

Um Glyph.

e
QueryContinueDragEventArgs

Um QueryContinueDragEventArgs que contém os dados do evento.

Notas aos Herdeiros

Você pode substituir o OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) método para que um Behavior possa especificar suas próprias regras de arrastar e soltar.

Aplica-se a

Confira também