IListProvider.PartialListReady event
NOTE: This API is now obsolete.
發生於只有第一批次或資料頁時就會傳送到網頁組件實作IListConsumer介面。
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Event PartialListReady As PartialListReadyEventHandler
'用途
Dim instance As IListProvider
Dim handler As PartialListReadyEventHandler
AddHandler instance.PartialListReady, handler
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
event PartialListReadyEventHandler PartialListReady
備註
事件處理常式會接收包含與這個事件相關的資料型別Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs的引數。List屬性會提供這個事件的特定資訊。