SimpleFormWebPart.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 SimpleFormWebPart
Dim handler As RowReadyEventHandler
AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady
Implements
Remarks
This event is inherited from the Microsoft.SharePoint.WebPartPages.Communication.IRowProvider interface.