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::DisplayModeChanged Event

 

Occurs after the current display mode on a Web Parts page has changed.

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

public:
event WebPartDisplayModeEventHandler^ DisplayModeChanged {
	void add(WebPartDisplayModeEventHandler^ value);
	void remove(WebPartDisplayModeEventHandler^ value);
}

Display modes are an integral part of Web Parts applications. When users switch to a different display mode on a Web page, the page will often take on a very different appearance, depending on the purpose of the new display mode. After a display mode has changed, you might want to make certain changes in the user interface (UI), such as hiding or showing certain controls, changing the appearance of selected UI elements, and so on.

System_CAPS_noteNote

For more information on display modes, see Web Parts Page Display Modes. 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