Condividi tramite


ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) Metodo

Definizione

Abilita il controllo ScriptManager per elaborare un evento postback e caricare lo stato della cronologia della pagina 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

Parametri

eventArgument
String

Stringa di coppie nome/valore che rappresentano lo stato della cronologia della pagina Web.

Implementazioni

Si applica a