WebPartManager::OnDisplayModeChanged Method
Raises the DisplayModeChanged event to indicate that the WebPartManager control has completed the process of switching from one display mode to another on a Web page.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartDisplayModeEventArgs
A WebPartDisplayModeEventArgs that contains event data associated with a changed display mode.
The OnDisplayModeChanged method in its base form simply raises the DisplayModeChanged event.
Notes to InheritorsYou can override the OnDisplayModeChanged method. For example, after a change of display mode, you might want to change something in the appearance of the user interface (UI), depending on which display mode is contained in the OldDisplayMode property. Or you might want to hide certain content, or display a certain control.
When you override the method, you should normally call the base method as the last step of the overridden method, so that your custom code runs first, and the event is raised last, indicating that the mode change is complete.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.