Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebPartManager::SelectedWebPartChanged Event

 

Occurs after the selection of one WebPart control has changed and moved to another control on a Web page.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
event WebPartEventHandler^ SelectedWebPartChanged {
	void add(WebPartEventHandler^ value);
	void remove(WebPartEventHandler^ value);
}

This event can be used in conjunction with the OnSelectedWebPartChanged method to change the user interface (UI) of a selected control. For example, if the user switches the page to design mode (DesignDisplayMode), and then selects a WebPart control with the intent of dragging it to a new position, it is common to change the rendering of the selected control, for example by changing the color of its border or background while it is selected.

System_CAPS_noteNote

For more information on consuming events, see How to: Consume Events in a Web Forms Application.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft