LoadCompletedEventArgs Class

Used as the EventArgs class for the LoadCompleted event.

Supported only by the WCF Data Services 5.0 client for Silverlight.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      System.Data.Services.Client.LoadCompletedEventArgs

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

Syntax

'Declaration
Public NotInheritable Class LoadCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As LoadCompletedEventArgs
public sealed class LoadCompletedEventArgs : AsyncCompletedEventArgs
public ref class LoadCompletedEventArgs sealed : public AsyncCompletedEventArgs
[<SealedAttribute>]
type LoadCompletedEventArgs =  
    class 
        inherit AsyncCompletedEventArgs 
    end
public final class LoadCompletedEventArgs extends AsyncCompletedEventArgs

The LoadCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancelled (Inherited from AsyncCompletedEventArgs.)
Public property Error (Inherited from AsyncCompletedEventArgs.)
Public property QueryOperationResponse Gets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight.
Public property UserState (Inherited from AsyncCompletedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Client Namespace