Partager via


Behavior.OnDragDrop(Glyph, DragEventArgs) Méthode

Définition

Autorise un comportement de glisser-déplacer personnalisé.

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

Paramètres

g
Glyph

Objet Glyph sur lequel appeler un comportement de glisser-déplacer.

e
DragEventArgs

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

Notes pour les héritiers

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

S’applique à

Voir aussi