DataViewWebPart.RowReady Event
Occurs when the selected row changes, such as when a row is updated or selected.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event RowReady As RowReadyEventHandler
'Usage
Dim instance As DataViewWebPart
Dim handler As RowReadyEventHandler
AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady
Implements
Remarks
The event handler receives an argument of type RowReadyEventArgs containing data related to this event. RowReadyEventArgs identifies the initial argument structure for design time creation.
This event is inherited from the IRowProvider interface.