Sdílet prostřednictvím


Table.RaisePostBackEvent(String) Metoda

Definice

Vyvolá události pro Table ovládací prvek, když je formulář odeslán zpět na server.

protected:
 virtual void RaisePostBackEvent(System::String ^ argument);
protected virtual void RaisePostBackEvent (string argument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (argument As String)

Parametry

argument
String

A String , který představuje argument události.

Poznámky

Stránka předá hodnotu parametru argument metodě RaisePostBackEvent .

Platí pro

Viz také