ToolZone::OnDisplayModeChanged Method (Object^, WebPartDisplayModeEventArgs^)

 

Provides a base method declaration that derived ToolZone controls can override to handle the details of changing page display modes for a specialized zone.

Namespace:   System.Web.UI.WebControls.WebParts
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
Return to top
Show: