Op Englesch liesen Editéieren

Deelen iwwer


WebPartManager.OnConnectionsActivated(EventArgs) Method

Definition

Raises the ConnectionsActivated event to indicate that a page and its controls are loaded, and connections on the page have been activated to begin sharing data.

C#
protected virtual void OnConnectionsActivated(EventArgs e);

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

The OnConnectionsActivated method raises the ConnectionsActivated event after a page has completed the loading process. The method provides a way to add a handler for the event.

Page developers can add a custom handler for the event by adding an OnConnectionsActivated attribute to the <asp:webpartmanager> element in a page, and then assigning a custom method name to the attribute.

Notes to Inheritors

Developers can override the OnConnectionsActivated(EventArgs) method in a derived WebPartManager class.

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