Click or drag to resize
CMSAutomationManagerRaisePostBackEvent Method
Raises the post back event.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString
Event argument

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also