DataServiceCollection<T>.LoadCompleted Event

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Occurs when an asynchronous load operation completes.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

Syntax

'Declaration
Public Event LoadCompleted As EventHandler(Of LoadCompletedEventArgs)
public event EventHandler<LoadCompletedEventArgs> LoadCompleted

Remarks

The LoadCompleted event is raised when an asynchronous call to LoadAsync or LoadNextPartialSetAsync method returns. This event is raised regardless of the success or failure of the operation.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.