RowReady Event

The RowReady event of the DataViewWebPart class occurs when the selected row changes, such as when a row is updated or selected.

Event Data

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.

Remarks

This event is inherited from the IRowProvider interface.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security

IRowProvider Interface | RowReadyEventHandler Delegate | RowReadyEventArgs Class