DataServiceCollection<T>.LoadCompleted 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.
A completion event for the LoadAsync(IQueryable<T>), LoadAsync() and LoadNextPartialSetAsync() method.
public event EventHandler<Microsoft.OData.Client.LoadCompletedEventArgs> LoadCompleted;
member this.LoadCompleted : EventHandler<Microsoft.OData.Client.LoadCompletedEventArgs>
Public Event LoadCompleted As EventHandler(Of LoadCompletedEventArgs)
Event Type
Remarks
This event is raised exactly once for each call to the LoadAsync(IQueryable<T>), LoadAsync() or LoadNextPartialSetAsync() method. It is called both when the operation succeeded and/or when it failed.