CatalogPart::OnPreRender Method (EventArgs^)
.NET Framework (current version)
Raises the PreRender event.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The CatalogZoneBase that contains the CatalogPart control is null. |
The OnPreRender method calls the base Control::OnPreRender method, and ensures that an instance of the CatalogZoneBase class has been created.
Notes to Inheritors:
This method can optionally be overridden in a derived class.
.NET Framework
Available since 2.0
Available since 2.0
Show: