Click or drag to resize
DataPagerRaisePostBackEvent Method
Method of IPostBackEventHandler that raises change events.

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

Parameters

eventArgument
Type: SystemString

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also