SimpleFormWebPart.RowProviderInit event
與另一個網頁組件實作Microsoft.SharePoint.WebPartPages.Communication.IRowProvider介面建立連線時,就會發生。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Event RowProviderInit As RowProviderInitEventHandler
'用途
Dim instance As SimpleFormWebPart
Dim handler As RowProviderInitEventHandler
AddHandler instance.RowProviderInit, handler
public event RowProviderInitEventHandler RowProviderInit
Implements
備註
這個事件是從IRowProvider介面繼承。