Description

The event fired when dialogs and pages are destroyed.

Syntax

Private Sub object_Terminate(Dialog, Page)

The Terminate Event syntax has these parts:

PartDescription
objectA McCommandDialog object.
DialogA McCommandDialog object.

The dialog firing the event.

PageA McCommandPage object.

The active page if any.

Remarks

This event is fired for each existing Page, then for the dialog with a NULL Page.