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)

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