ListReady Event
The ListReady event of the IListProvider interface occurs when the entire list has been retrieved and is ready to be sent to a Web Part that implements the IListConsumer interface.
Event Data
The event handler receives an argument of type ListReadyEventArgs containing data related to this event. The following ListReadyEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| List | The list of provided data. |
Remarks
The ListReady event should also be raised when the provided list changes (for example, when an addition, deletion, update of a row, or a filter change occurs).
Example
The following code example overrides the PartCommunicationMain method and fires the ListReady event. This code example is part of a larger example provided for the IListProvider interface.
Requirements
Platforms: Microsoft Windows ServerĀ 2003
Security: Code Access Security