DataGridViewCheckBoxCell.OnMouseUp(DataGridViewCellMouseEventArgs) 方法

定義

當滑鼠指標位於儲存格上,放開滑鼠按鈕時即會呼叫。

protected:
 override void OnMouseUp(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected override void OnMouseUp (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
override this.OnMouseUp : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overrides Sub OnMouseUp (e As DataGridViewCellMouseEventArgs)

參數

備註

此方法會更新儲存格的使用者介面 (UI) 。

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

適用於

另請參閱