共用方式為


SimpleFormWebPart.RowReady event

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Event RowReady As RowReadyEventHandler
'用途
Dim instance As SimpleFormWebPart
Dim handler As RowReadyEventHandler

AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady

Implements

IRowProvider.RowReady

備註

這個事件是從Microsoft.SharePoint.WebPartPages.Communication.IRowProvider介面繼承。

請參閱

參照

SimpleFormWebPart class

SimpleFormWebPart members

Microsoft.SharePoint.WebPartPages namespace