Click or drag to resize
AsyncControlRaisePostBackEvent Method
Processes the postback event

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

Parameters

eventArgument
Type: SystemString
Event argument

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also