Compartir a través de


Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) Método

Definición

Envía este evento de arrastrar y colocar de la ventana de adorno al Behavior adecuado o al Glyph cuya prueba de detección se ha realizado.

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

Objeto Glyph.

e
QueryContinueDragEventArgs

Objeto QueryContinueDragEventArgs que contiene los datos del evento.

Notas a los desarrolladores de herederos

Puede invalidar el OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) método para que pueda Behavior especificar sus propias reglas de arrastrar y colocar.

Se aplica a

Consulte también