LoadCompletedEventArgs Class

WCF Data Services 5.0

Used as the EventArgs class for the LoadCompleted event.

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

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)

[<SealedAttribute>]
type LoadCompletedEventArgs =  
    class 
        inherit AsyncCompletedEventArgs 
    end

The LoadCompletedEventArgs type exposes the following members.

  NameDescription
Public propertyCancelled (Inherited from AsyncCompletedEventArgs.)
Public propertyError (Inherited from AsyncCompletedEventArgs.)
Public propertyQueryOperationResponseGets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight.
Public propertyUserState (Inherited from AsyncCompletedEventArgs.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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