Visual InterDev

onexit Event

See Also            Applies To

Occurs at the end of ASP page processing on the server. Available only in server script.

Syntax

object_onexit

Parameters

object

A PageObject script object.

Remarks

The onexit event occurs at the end of ASP processing for a page on the server. This happens when the user navigates to the page and each time the page is posted to the server. This event can be used to clean up or cache objects at the end of page processing.