DataFormWebPart.IsCrossPageConnectionAboutToBeFired Method

Determines whether there is a cross-page connection to be fired on which the DataFormWebPart acts as a provider.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Function IsCrossPageConnectionAboutToBeFired As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.IsCrossPageConnectionAboutToBeFired()
protected bool IsCrossPageConnectionAboutToBeFired()

Return Value

Type: System.Boolean
true if there is a cross-page connection to be fired; otherwise, false.

Remarks

This method checks all the connections on which the DataFormWebPart acts as a provider to determine whether there is a cross-page connection.

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace