DataViewWebPart.RowReady 事件
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Event RowReady As RowReadyEventHandler
用法
Dim instance As DataViewWebPart
Dim handler As RowReadyEventHandler
AddHandler instance.RowReady, handler
public event RowReadyEventHandler RowReady
实现
备注
事件处理程序接收类型RowReadyEventArgs包含与此事件相关的数据。RowReadyEventArgs标识设计时创建的初始参数结构。
此事件继承自IRowProvider接口。