ListReadyEventHandler Delegate
SharePoint 2010
NOTE: This API is now obsolete.
Represents the method that will handle the ListReady event fired by a Microsoft.SharePoint.WebPartPages.WebPart class that implements the IListProvider interface.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")] public delegate void ListReadyEventHandler( Object sender, ListReadyEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event, the WebPart.
- e
- Type: Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs
AListReadyEventArgsthat contains the event data.