RowProviderInit Event
The RowProviderInit event of the DataViewWebPart class occurs when a connection is established with another Web Part that implements the IRowProvider interface.
Event Data
The event handler receives an argument of type RowProviderInitEventArgs containing data related to this event. RowProviderInitEventArgs 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
Related Topics
IRowProvider Interface | RowProviderInitEventHandler Delegate | RowProviderInitEventArgs Class