Click or drag to resize
CMSMultiButtonBaseRaisePostBackEvent Method
Enables a server control to process an event raised when a form is posted to the server.

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

Parameters

eventArgument
Type: SystemString
Postback event argument

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also