WebPartConnectionsCancelEventArgs.Connection Property

Definition

Gets the Web Parts connection involved in the event.

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 WebPartConnection involved in the WebPartsConnecting or WebPartsDisconnecting event.

Applies to