PartialListReadyEventHandler delegate

NOTE: This API is now obsolete.

Representa o método que manipulará o evento de PartialListReady de uma classe Microsoft.SharePoint.WebPartPages.WebPart que implementa a interface dede IListProvider.

Namespace:  Microsoft.SharePoint.WebPartPages.Communication
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Public Delegate Sub PartialListReadyEventHandler ( _
    sender As Object, _
    e As PartialListReadyEventArgs _
)
'Uso
Dim instance As New PartialListReadyEventHandler(AddressOf HandlerMethod)
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
public delegate void PartialListReadyEventHandler(
    Object sender,
    PartialListReadyEventArgs e
)

Parâmetros

Comentários

Quando você criar um representante de PartialListReadyEventHandler , você identificar o método que manipulará o evento. Para associar o evento com o manipulador de eventos, adicione uma instância do representante para o evento. O manipulador de eventos é chamado sempre que o evento ocorre, a menos que você remova o representante.

Ver também

Referência

Microsoft.SharePoint.WebPartPages.Communication namespace