Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
QueryOperationResponse | Gets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight. |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.