DataGridViewCheckBoxCell.OnContentDoubleClick Метод

Определение

Вызывается по двойному щелчку содержимого ячейки.

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

Параметры

e
DataGridViewCellEventArgs

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

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

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