DataViewWebPart.RowReady event
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Event RowReady As RowReadyEventHandler
'用途
Dim instance As DataViewWebPart
Dim handler As RowReadyEventHandler
AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady
Implements
備註
事件處理常式會接收包含與這個事件相關的資料型別RowReadyEventArgs的引數。RowReadyEventArgs識別設計階段建立的初始引數結構。
這個事件是從IRowProvider介面繼承。