WebPartManagerInternals.ConnectionDeleted(WebPartConnection) Method
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.
Indicates whether the specified WebPartConnection object has been deleted.
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
Parameters
- connection
- WebPartConnection
A WebPartConnection that has been selected for deletion.
Returns
A Boolean value that indicates whether the connection has been deleted.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.