1 write to _totalItemCountChanged
Microsoft.AspNetCore.Components.QuickGrid (1)
Pagination\Paginator.razor.cs (1)
31_totalItemCountChanged = new(new EventCallback<PaginationState>(this, null));
2 references to _totalItemCountChanged
Microsoft.AspNetCore.Components.QuickGrid (2)
Pagination\Paginator.razor.cs (2)
47=> _totalItemCountChanged.SubscribeOrMove(State.TotalItemCountChangedSubscribable); 51=> _totalItemCountChanged.Dispose();