IListProvider members
NOTE: This API is now obsolete.
Defines events that a Web Part can implement so that it can provide an entire list (rowset) of data to another Web Part that implements the IListConsumer interface.
The IListProvider type exposes the following members.
Events
Name | Description | |
---|---|---|
ListProviderInit | Obsolete. Occurs as the initialization event that provides a list of the field names of data and an optional list of field display names to a Web Part that implements the IListConsumer interface. | |
ListReady | Obsolete. Occurs when the entire list has been retrieved and is ready to be sent to a Web Part that implements the IListConsumer interface. | |
PartialListReady | 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. |
Top