Expand Minimize
This topic has not yet been rated - Rate this topic

ListReadyEventHandler Delegate

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.

Namespace:  Microsoft.SharePoint.WebPartPages.Communication
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.

When you create a ListReadyEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.