Behavior.OnDragDrop(Glyph, DragEventArgs) Metodo

Definizione

Consente un comportamento personalizzato di trascinamento e rilascio.

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)

Parametri

g
Glyph

Oggetto Glyph sul quale richiamare il comportamento di trascinamento e rilascio.

e
DragEventArgs

Oggetto DragEventArgs che contiene i dati dell'evento.

Note per gli eredi

È possibile eseguire l'override del OnDragDrop(Glyph, DragEventArgs) metodo in modo che un oggetto Behavior possa specificare le proprie regole di trascinamento.

Si applica a

Vedi anche