WebPartConnectionsEventArgs.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.