言語

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)

パラメーター

e
DataGridViewCellMouseEventArgs

イベント データを含む DataGridViewCellMouseEventArgs

適用対象

こちらもご覧ください