ToolZone::OnDisplayModeChanged Method (Object^, WebPartDisplayModeEventArgs^)
.NET Framework (current version)
Provides a base method declaration that derived ToolZone controls can override to handle the details of changing page display modes for a specialized zone.
Assembly: System.Web (in System.Web.dll)
protected: virtual void OnDisplayModeChanged( Object^ sender, WebPartDisplayModeEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
An Object that raises the OnDisplayModeChanged method.
- e
-
Type:
System.Web.UI.WebControls.WebParts::WebPartDisplayModeEventArgs^
A WebPartDisplayModeEventArgs that contains the event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: