DataFormWebPart.DeferredRowDelegates event
Occurs when performing the XSL transform if the DataFormWebPart postponed getting row data for the connected consumer control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Event DeferredRowDelegates As RowCallback
'Usage
Dim handler As RowCallback
AddHandler Me.DeferredRowDelegates, handler
protected event RowCallback DeferredRowDelegates