Compartilhar via


DataViewWebPart.RowReady event

Ocorre quando a linha selecionada for alterado, como quando uma linha é atualizada ou selecionada.

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

Syntax

'Declaração
Public Event RowReady As RowReadyEventHandler
'Uso
Dim instance As DataViewWebPart
Dim handler As RowReadyEventHandler

AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady

Implements

IRowProvider.RowReady

Comentários

O manipulador de eventos recebe um argumento do tipo RowReadyEventArgs que contém dados relacionados a este evento. RowReadyEventArgs identifica a estrutura de argumento inicial para a criação de tempo de design.

Este evento é herdado da interface IRowProvider .

Ver também

Referência

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace