IListProvider.PartialListReady event
NOTE: This API is now obsolete.
Occurs only when the first batch or page of data is ready to be sent to a Web Part that implements the IListConsumer interface.
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Event PartialListReady As PartialListReadyEventHandler
'Usage
Dim instance As IListProvider
Dim handler As PartialListReadyEventHandler
AddHandler instance.PartialListReady, handler
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
event PartialListReadyEventHandler PartialListReady
Remarks
The event handler receives an argument of type Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs containing data related to this event. The List property provides information specific to this event.