DataGridViewCell.OnContentDoubleClick(DataGridViewCellEventArgs) Metoda

Definicja

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

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

Parametry

e
DataGridViewCellEventArgs

Element DataGridViewCellEventArgs zawierający dane zdarzenia.

Uwagi

Ta metoda jest podobna DataGridView.OnCellContentDoubleClick do metody . Jest wywoływana w tych samych okolicznościach, w których DataGridView.CellContentDoubleClick jest zgłaszane zdarzenie, ale w rzeczywistości nie zgłasza zdarzenia.

Dotyczy

Zobacz też