Table.RaisePostBackEvent(String) Método

Definição

Abre eventos para o Table controlo quando um formulário é devolvido ao servidor.

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)

Parâmetros

argument
String

A String que representa o argumento para o evento.

Observações

A página passa o valor do argument parâmetro ao RaisePostBackEvent método.

Aplica-se a

Ver também