SimpleFormWebPart.RowProviderInit Event
Occurs when a connection is established with another Web Part that implements the Microsoft.SharePoint.WebPartPages.Communication.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 SimpleFormWebPart
Dim handler As RowProviderInitEventHandler
AddHandler instance.RowProviderInit, handler
public event RowProviderInitEventHandler RowProviderInit
Implements
Remarks
This event is inherited from the IRowProvider interface.