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)
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

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace