WebPartManagerInternals.ConnectionDeleted(WebPartConnection) Metod

Definition

Anger om det angivna WebPartConnection objektet har tagits bort.

public:
 bool ConnectionDeleted(System::Web::UI::WebControls::WebParts::WebPartConnection ^ connection);
public bool ConnectionDeleted(System.Web.UI.WebControls.WebParts.WebPartConnection connection);
member this.ConnectionDeleted : System.Web.UI.WebControls.WebParts.WebPartConnection -> bool
Public Function ConnectionDeleted (connection As WebPartConnection) As Boolean

Parametrar

connection
WebPartConnection

En WebPartConnection som har valts för borttagning.

Returer

Ett booleskt värde som anger om anslutningen har tagits bort.

Gäller för

Se även