ToolZone::OnSelectedWebPartChanged Method (Object^, WebPartEventArgs^)

 

Provides a base method declaration that derived ToolZone controls can override to handle the event of changing which Web Parts control is selected within a specialized zone.

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

protected:
virtual void OnSelectedWebPartChanged(
	Object^ sender,
	WebPartEventArgs^ e
)

Parameters

sender
Type: System::Object^

An Object that raises the OnSelectedWebPartChanged method.

e
Type: System.Web.UI.WebControls.WebParts::WebPartEventArgs^

A WebPartEventArgs that contains the event data.

.NET Framework
Available since 2.0
Return to top
Show: