DataGridViewCell.OnDoubleClick(DataGridViewCellEventArgs) Metoda

Definicja

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

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

Parametry

e
DataGridViewCellEventArgs

Element DataGridViewCellEventArgs zawierający dane zdarzenia.

Uwagi

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

Dotyczy

Zobacz też