AfterGenerate

Description

Occurs after all generation has taken place.

Applies to

psPage object

Arguments

None

Returns

None

Usage

This event does not occur if a Redirect method is called. If this event occurs, it is followed by the RequestFinish event.

Examples

Example 1

This example turns off tracing for all events after page generation.

psPage.SetTrace (false);

See also

RequestFinish