WebPartConnectionsEventArgs::Connection Property

 

Gets the WebPartConnection object of the current connection.

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

public:
property WebPartConnection^ Connection {
	WebPartConnection^ get();
}

The WebPartConnection object contains all the details of a Web Parts connection, including references to the provider control, the provider's connection point, the consumer control, and the consumer's connection point.

For details about Web Parts connections, see WebPartConnection, ConnectionPoint, and Web Parts Connections Overview.

.NET Framework
Available since 2.0
Return to top
Show: