Condividi tramite


Behavior.OnDragOver(Glyph, DragEventArgs) Metodo

Definizione

Consente un comportamento personalizzato di trascinamento.

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)

Parametri

g
Glyph

Oggetto Glyph sul quale richiamare il comportamento di trascinamento.

e
DragEventArgs

Oggetto DragEventArgs che contiene i dati dell'evento.

Note per gli eredi

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

Si applica a

Vedi anche