DataGridViewCell.OnContentClick(DataGridViewCellEventArgs) Metoda

Definice

Volá se při kliknutí na obsah buňky.

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

Parametry

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs , který obsahuje data události.

Poznámky

Tato metoda je podobná DataGridView.OnCellContentClick metodě. Volá se za stejných okolností, za jakých DataGridView.CellContentClick je událost vyvolána, ale ve skutečnosti událost nevyvolá.

Platí pro

Viz také