Behavior.OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) Méthode

Définition

Envoie cet événement glisser-déplacer de la fenêtre d’ornement vers le test approprié Behavior ou testé 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)

Paramètres

g
Glyph

Un Glyph.

e
QueryContinueDragEventArgs

Qui QueryContinueDragEventArgs contient les données d’événement.

Notes pour les héritiers

Vous pouvez remplacer la OnQueryContinueDrag(Glyph, QueryContinueDragEventArgs) méthode afin qu’une Behavior application puisse spécifier ses propres règles de glisser-déplacer.

S’applique à

Voir aussi