Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Event DeferredRowDelegates As RowCallback
'Usage
Dim handler As RowCallback
AddHandler Me.DeferredRowDelegates, handler
protected event RowCallback DeferredRowDelegates