DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs) Метод

Определение

Вызывает событие CellClick.

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

Параметры

e
DataGridViewCellEventArgs

Объект DataGridViewCellEventArgs, содержащий данные события.

Применяется к

См. также раздел