Share via


DataServiceCollection<T>.LoadCompleted Event

Definition

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.

Applies to