WebZone.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

A WebZone control is nested within another zone or within a Part control.

Remarks

The OnPreRender method overrides the base OnPreRender method in order to prevent a zone from rendering if its parent control is another zone or a part control.

Applies to

See also