Share via


DataViewWebPart.RowProviderInit Event

Occurs when a connection is established with another Web Part that implements the IRowProvider interface.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Event RowProviderInit As RowProviderInitEventHandler
'Usage
Dim instance As DataViewWebPart
Dim handler As RowProviderInitEventHandler

AddHandler instance.RowProviderInit, handler
public event RowProviderInitEventHandler RowProviderInit

Implements

IRowProvider.RowProviderInit

Remarks

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.

This event is inherited from the IRowProvider interface.

See Also

Reference

DataViewWebPart Class

DataViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace