Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) Método

Definición

Envía este evento de arrastrar y colocar desde la ventana de adorno al objeto adecuado Behavior o probado por Glyphposicionamiento.

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

Un objeto Glyph.

e
QueryContinueDragEventArgs

que QueryContinueDragEventArgs 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