Click or drag to resize
UniGrid.OnPageChanged Event
Occurs when the pager change the page and current mode is postback => reload data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
public event EventHandler<EventArgs> OnPageChanged

Value

Type: System.EventHandler<EventArgs>

Implements

IUniPageable.OnPageChanged
See Also