Table.RaisePostBackEvent(String) Metodo

Definizione

Genera eventi per il controllo Table durante il postback di un form nel 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)

Parametri

argument
String

Oggetto String che rappresenta l'argomento per l'evento.

Commenti

La pagina passa il valore del argument parametro al RaisePostBackEvent metodo .

Si applica a

Vedi anche