WebPartConnectionsEventArgs Constructor (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint)
.NET Framework (current version)
Initializes a new instance of the WebPartConnectionsEventArgs class without requiring a WebPartConnection object.
Assembly: System.Web (in System.Web.dll)
new :
provider:WebPart *
providerConnectionPoint:ProviderConnectionPoint *
consumer:WebPart *
consumerConnectionPoint:ConsumerConnectionPoint -> WebPartConnectionsEventArgs
Parameters
- provider
-
Type:
System.Web.UI.WebControls.WebParts.WebPart
The control acting as the provider.
- providerConnectionPoint
-
Type:
System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
The provider connection point.
- consumer
-
Type:
System.Web.UI.WebControls.WebParts.WebPart
The control acting as the consumer.
- consumerConnectionPoint
-
Type:
System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
The consumer connection point.
This is the default constructor. It does not require a WebPartConnection object. The constructor initializes the values of its properties by assigning each of its connection-related parameter objects to the corresponding property.
.NET Framework
Available since 2.0
Available since 2.0
Show: