Op Englesch liesen Editéieren

Deelen iwwer


WebPartManager.WebPartsDisconnected Event

Definition

Occurs after a connection between two WebPart or server controls has been terminated.

C#
public event System.Web.UI.WebControls.WebParts.WebPartConnectionsEventHandler WebPartsDisconnected;

Event Type

Remarks

The WebPartsDisconnected event is associated with the OnWebPartsDisconnected method. The event is useful because after you know that a connection is terminated, you might want to inform the user, perform some cleanup actions in the code, or make other changes in the user interface (UI).

Page developers can associate a custom event handler with this event by adding the OnWebPartsDisConnected attribute to the <asp:webpartmanager> element in the page, and assigning a custom method name to the attribute.

Applies to

Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also