3 references to SubscribeOrMove
Microsoft.AspNetCore.Components.QuickGrid (3)
Pagination\Paginator.razor.cs (1)
47=> _totalItemCountChanged.SubscribeOrMove(State.TotalItemCountChangedSubscribable);
QuickGrid.razor.cs (2)
166columnsFirstCollectedSubscriber.SubscribeOrMove(_internalGridContext.ColumnsFirstCollected); 173_currentPageItemsChanged.SubscribeOrMove(Pagination?.CurrentPageItemsChanged);