DataGridView.OnRowHeightInfoPushed Metoda

Definice

RowHeightInfoPushed Vyvolá událost.

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

Parametry

Poznámky

Vyvolání události spustí obslužnou rutinu události prostřednictvím delegáta. Další informace najdete v tématu Zpracování a vyvolávání událostí.

Metoda OnRowHeightInfoPushed také umožňuje odvozeným třídám zpracovat událost bez připojení delegáta. Toto je upřednostňovaná technika pro zpracování události v odvozené třídě.

Poznámky pro dědice

Při přepsání OnRowHeightInfoPushed(DataGridViewRowHeightInfoPushedEventArgs) v odvozené třídě nezapomeňte volat metodu základní třídy, OnRowHeightInfoPushed(DataGridViewRowHeightInfoPushedEventArgs) aby registrovaní delegáti obdrželi událost.

Platí pro

Viz také