你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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) 

事件类型

适用于