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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString
Postback event argument

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also