DataGridViewLinkCell.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)

參數

適用於

另請參閱