When implemented by a class, enables a server control to process an event raised when a form is posted to the server.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: System..::.String
A String that represents an optional event argument to be passed to the event handler.

Implements

IPostBackEventHandler..::.RaisePostBackEvent(String)

See Also