DataGridViewCell.OnMouseUp(DataGridViewCellMouseEventArgs) 方法

定義

當滑鼠指標在儲存格上,使用者放開滑鼠按鈕時呼叫。

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)

參數

備註

這個方法類似于 DataGridView.OnCellMouseUp 方法。 它會在引發事件的相同情況下 DataGridView.CellMouseUp 呼叫,但實際上不會引發事件。

適用於

另請參閱