[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.PageChanging

PageChanging Event

Occurs before changing the PageIndex.

Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public event EventHandler<PageChangingEventArgs> PageChanging
Returns
Type Description
EventHandler<PageChangingEventArgs> Occurs before changing the .
Remarks

This event allows to cancel the ongoing PageIndex change by setting Cancel to true.