Evento IListProvider.PartialListReady

NOTA: esta API está ahora obsoleta.

Se produce sólo cuando el primer lote o página de datos está lista para ser enviada a un elemento Web que implementa la interfaz IListConsumer .

Espacio de nombres:  Microsoft.SharePoint.WebPartPages.Communication
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Event PartialListReady As PartialListReadyEventHandler
'Uso
Dim instance As IListProvider
Dim handler As PartialListReadyEventHandler

AddHandler instance.PartialListReady, handler
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
event PartialListReadyEventHandler PartialListReady

Comentarios

El controlador de eventos recibe un argumento de tipo Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs que contiene los datos relacionados con este evento. La propiedad List proporciona información específica de este evento.

Vea también

Referencia

interfaz IListProvider

Miembros IListProvider

Espacio de nombres Microsoft.SharePoint.WebPartPages.Communication