Skip to main content
A newer version of this page is available. .

PagedSource Events

The paged source. This source is obsolete. Use the PagedAsyncSource instead.
Name Description
CreateSource Allows you to specify the source object that returns data.
DisposeSource Allows you to dispose the source object.
FetchPage Allows you to fetch page rows.
GetTotalSummaries Allows getting total summaries.
GetUniqueValues Allows you to get unique values.
PropertyChanged Occurs when a property value changes. Inherited from BindableBase.
See Also