2 references to CurrentPageItemsChanged
Microsoft.AspNetCore.Components.QuickGrid (2)
Pagination\PaginationState.cs (1)
55
return
CurrentPageItemsChanged
.InvokeCallbacksAsync(this);
QuickGrid.razor.cs (1)
178
_currentPageItemsChanged.SubscribeOrMove(Pagination?.
CurrentPageItemsChanged
);