WebPartManagerInternals.ConnectionDeleted(WebPartConnection) Metoda

Definicja

Wskazuje, czy określony WebPartConnection obiekt został usunięty.

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

Parametry

connection
WebPartConnection

Element WebPartConnection , który został wybrany do usunięcia.

Zwraca

Boolean

Wartość logiczna wskazująca, czy połączenie zostało usunięte.

Dotyczy

Zobacz też