DataGridViewCheckBoxCell.OnContentDoubleClick Metoda

Definicja

Wywoływana po dwukrotnym kliknięciu zawartości komórki.

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)

Parametry

e
DataGridViewCellEventArgs

Element DataGridViewCellEventArgs zawierający dane zdarzenia.

Dotyczy

Zobacz też