ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Permite que o controle ScriptManager processe um evento de postback e carregue o estado histórico da página da Web.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parâmetros

eventArgument
String

Uma cadeia de caracteres de pares chave-valor que representam o estado histórico da página da Web.

Implementações

Aplica-se a