ScriptManager.RaisePostBackEvent(String) Método

Definição

Processa um evento de postback gerado pelo ScriptManager controlo e carrega o estado de histórico da página Web.

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

Parâmetros

eventArgument
String

Uma sequência de pares chave/valor que representam o estado histórico da página Web.

Aplica-se a