DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) メソッド

定義

CellContentClick イベントを発生させます。

protected:
 void RaiseCellContentClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected void RaiseCellContentClick (System.Windows.Forms.DataGridViewCellEventArgs e);
member this.RaiseCellContentClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Sub RaiseCellContentClick (e As DataGridViewCellEventArgs)

パラメーター

e
DataGridViewCellEventArgs

イベント データを格納している DataGridViewCellEventArgs

適用対象

こちらもご覧ください