PartialListReady Method
The PartialListReady method of the IListConsumer interface provides an event handler for the PartialListReady event of a Web Part that implements the IListProvider interface.
Parameters
sender A Web Part that implements the IListProvider interface.
partialListReadyEventArgs A PartialListReadyEventArgs that provides the consumed list.
Remarks
The PartialListReady method is executed when the first page of data from the consumed list is received.
Example
The following code example shows the implementation of the PartialListReady event. This code example is part of a larger example provided for the IListConsumer interface.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security. In addition, the WebPartPermissions.Connections permission is required to use this member.