LoadCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |