WebPartConnectionsEventArgs.Connection Property

Definition

Gets the WebPartConnection object of the current connection.

public:
 property System::Web::UI::WebControls::WebParts::WebPartConnection ^ Connection { System::Web::UI::WebControls::WebParts::WebPartConnection ^ get(); };
public System.Web.UI.WebControls.WebParts.WebPartConnection Connection { get; }
member this.Connection : System.Web.UI.WebControls.WebParts.WebPartConnection
Public ReadOnly Property Connection As WebPartConnection

Property Value

The current WebPartConnection.

Remarks

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.

Applies to

See also