DataServiceCollection<T>.LoadCompleted イベント

非同期の読み込み操作の完了時に発生します。

Silverlight の WCF Data Services 5.0 クライアントでのみサポートされています。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Event LoadCompleted As EventHandler(Of LoadCompletedEventArgs)
'使用
Dim instance As DataServiceCollection
Dim handler As EventHandler(Of LoadCompletedEventArgs)

AddHandler instance.LoadCompleted, handler
public event EventHandler<LoadCompletedEventArgs> LoadCompleted
public:
 event EventHandler<LoadCompletedEventArgs^>^ LoadCompleted {
    void add (EventHandler<LoadCompletedEventArgs^>^ value);
    void remove (EventHandler<LoadCompletedEventArgs^>^ value);
}
member LoadCompleted : IEvent<EventHandler<LoadCompletedEventArgs>,
    LoadCompletedEventArgs>
JScript では、イベントは使用できますが、新規に宣言することはできません。

説明

LoadAsync または LoadNextPartialSetAsync メソッドの非同期呼び出しが返されたときに、LoadCompleted イベントが発生します。 このイベントは、操作が成功したか失敗したかに関係なく発生します。

関連項目

参照

DataServiceCollection<T> クラス

System.Data.Services.Client 名前空間