DataGridViewLinkCell.OnMouseDown(DataGridViewCellMouseEventArgs) 方法

定義

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

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

參數

適用於

另請參閱