ScriptManager.RaisePostBackEvent(String) Method

Definition

Processes a postback event raised by the ScriptManager control and loads the history state of the Web page.

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)

Parameters

eventArgument
String

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

Applies to