ScriptManager::IPostBackEventHandler::RaisePostBackEvent Method (String^)

 

Enables the ScriptManager control to process a postback event and load the history state of the Web page.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

private:
virtual void RaisePostBackEvent(
	String^ eventArgument
) sealed = IPostBackEventHandler::RaisePostBackEvent

Parameters

eventArgument
Type: System::String^

A string of key/value pairs that represent the history state of the Web page.

.NET Framework
Available since 3.5
Return to top
Show: