WebPartTracker Constructor (WebPart, ProviderConnectionPoint)

 

Initializes a new instance of the WebPartTracker class.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public WebPartTracker(
	WebPart webPart,
	ProviderConnectionPoint providerConnectionPoint
)

Parameters

webPart
Type: System.Web.UI.WebControls.WebParts.WebPart

The control to track for circular connections.

providerConnectionPoint
Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPoint

The connection point used with webPart.

Exception Condition
ArgumentNullException

webPart or providerConnectionPoint is not provided.

ArgumentException

providerConnectionPoint is not a valid type.

.NET Framework
Available since 2.0
Return to top
Show: