CatalogPart.OnPreRender(EventArgs) Method

Definition

Raises the PreRender event.

protected public:
 override void OnPreRender(EventArgs ^ e);
protected internal override void OnPreRender (EventArgs e);
override this.OnPreRender : EventArgs -> unit
Protected Friend Overrides Sub OnPreRender (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Exceptions

The CatalogZoneBase that contains the CatalogPart control is null.

Remarks

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.

Applies to

See also