Share via


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

IRowProvider.RowReady

Remarks

This event is inherited from the Microsoft.SharePoint.WebPartPages.Communication.IRowProvider interface.

See Also

Reference

SimpleFormWebPart Class

SimpleFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace