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

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

Parameters

eventArgument
Type: System.String
Event argument

Implements

IPostBackEventHandler.RaisePostBackEvent(String)
See Also