PaginationState.TotalItemCountChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event that is raised when the total item count has changed.
public event EventHandler<int?>? TotalItemCountChanged;
member this.TotalItemCountChanged : EventHandler<Nullable<int>>
Public Event TotalItemCountChanged As EventHandler(Of Nullable(Of Integer))