Partager via


Behavior.OnDragOver(Glyph, DragEventArgs) Méthode

Définition

Autorise un comportement glisser-survoler personnalisé.

public:
 virtual void OnDragOver(System::Windows::Forms::Design::Behavior::Glyph ^ g, System::Windows::Forms::DragEventArgs ^ e);
public virtual void OnDragOver (System.Windows.Forms.Design.Behavior.Glyph g, System.Windows.Forms.DragEventArgs e);
public virtual void OnDragOver (System.Windows.Forms.Design.Behavior.Glyph? g, System.Windows.Forms.DragEventArgs e);
abstract member OnDragOver : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.DragEventArgs -> unit
override this.OnDragOver : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.DragEventArgs -> unit
Public Overridable Sub OnDragOver (g As Glyph, e As DragEventArgs)

Paramètres

g
Glyph

Glyph sur lequel appeler le comportement glisser-survoler.

e
DragEventArgs

DragEventArgs qui contient les données d’événement.

Notes pour les héritiers

Vous pouvez remplacer la OnDragOver(Glyph, DragEventArgs) méthode afin qu’un Behavior puisse spécifier ses propres règles de glissement.

S’applique à

Voir aussi