We are trying to create a global TaskManager to cancel all tasks as a user navigates if the load is still taking place. We use QueryableDataServiceCollectionView across many grids in our system to support all the filtering, paging, and grouping. I can call the method that sets the collections query and context and to auto load it but the loaded method is never called. Is there a way to use a task to track the progress of the loading collection?