MobileServiceCollection<TTable,TCollection>.LoadingComplete イベント

定義

アイテムの読み込みが完了したときに発生します。 読み込まれた項目の数を示 LoadingCompleteEventArgs します。

public event EventHandler<Microsoft.WindowsAzure.MobileServices.LoadingCompleteEventArgs> LoadingComplete;
member this.LoadingComplete : EventHandler<Microsoft.WindowsAzure.MobileServices.LoadingCompleteEventArgs> 
Public Event LoadingComplete As EventHandler(Of LoadingCompleteEventArgs) 
Public Custom Event LoadingComplete As EventHandler(Of LoadingCompleteEventArgs) 

イベントの種類

適用対象