DataGridViewCell.OnMouseUp(DataGridViewCellMouseEventArgs) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Volá se, když uživatel uvolní tlačítko myši, když je ukazatel na buňce.
protected:
virtual void OnMouseUp(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected virtual void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e);
abstract member OnMouseUp : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
override this.OnMouseUp : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overridable Sub OnMouseUp (e As DataGridViewCellMouseEventArgs)
Parametry
A DataGridViewCellMouseEventArgs obsahující data události.
Poznámky
Tato metoda je podobná DataGridView.OnCellMouseUp metodě. Volá se ve stejných případech, kdy DataGridView.CellMouseUp je vyvolána událost, ale ve skutečnosti událost nevyvolá.
Platí pro
Viz také
- DataGridView
- OnCellMouseUp(DataGridViewCellMouseEventArgs)
- CellMouseUp
- OnMouseClick(DataGridViewCellMouseEventArgs)
- OnMouseDoubleClick(DataGridViewCellMouseEventArgs)
- OnMouseDown(DataGridViewCellMouseEventArgs)
- OnMouseEnter(Int32)
- OnMouseLeave(Int32)
- OnMouseMove(DataGridViewCellMouseEventArgs)
- MouseUpUnsharesRow(DataGridViewCellMouseEventArgs)
- DataGridViewCellMouseEventArgs