WebUIServiceHostRaisePostBackEvent Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Notifies the server control that caused the postback that it should handle an incoming postback event.

Namespace: ContentStudio.Site.Controls
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected override void RaisePostBackEvent(
	IPostBackEventHandler sourceControl,
	string eventArgument
)

Parameters

sourceControl
Type: System.Web.UIIPostBackEventHandler
The ASP.NET server control that caused the postback. This control must implement the IPostBackEventHandler interface.
eventArgument
Type: SystemString
The postback argument.
See Also

Reference