Click or drag to resize
WebPartFramesManagerRaisePostBackEvent Method
Processes an event raised when a form is posted to the server.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also