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
備註
這個事件是從Microsoft.SharePoint.WebPartPages.Communication.IRowProvider介面繼承。