DataGridViewCell.OnMouseMove(DataGridViewCellMouseEventArgs) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anropas när muspekaren flyttas inom en cell.
protected:
virtual void OnMouseMove(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected virtual void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e);
abstract member OnMouseMove : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
override this.OnMouseMove : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overridable Sub OnMouseMove (e As DataGridViewCellMouseEventArgs)
Parametrar
En DataGridViewCellMouseEventArgs som innehåller händelsedata.
Kommentarer
Den här metoden liknar DataGridView.OnCellMouseMove metoden. Det anropas under samma omständigheter där en DataGridView.CellMouseMove händelse upphöjs, men den väcker inte händelsen.
Gäller för
Se även
- DataGridView
- OnCellMouseMove(DataGridViewCellMouseEventArgs)
- CellMouseMove
- OnMouseClick(DataGridViewCellMouseEventArgs)
- OnMouseDoubleClick(DataGridViewCellMouseEventArgs)
- OnMouseDown(DataGridViewCellMouseEventArgs)
- OnMouseEnter(Int32)
- OnMouseLeave(Int32)
- MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs)
- OnMouseUp(DataGridViewCellMouseEventArgs)
- DataGridViewCellMouseEventArgs