LoadCompletedEventArgs Class

Definition

Used as the EventArgs class for the LoadCompleted event.Supported only by the WCF Data Services 5.0 client for Silverlight.

public sealed class LoadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type LoadCompletedEventArgs = class
    inherit AsyncCompletedEventArgs
Public NotInheritable Class LoadCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
LoadCompletedEventArgs

Properties

QueryOperationResponse

Gets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight.

Applies to