Description

The event fired when a dialog is removed from the collection before being destroyed.

Syntax

Private Sub object_Close(Dialog, Page, Cancel)

The Close Event syntax has these parts:

PartDescription
objectA McCommandDialogs object.
DialogA McCommandDialog object.

The dialog firing the event.

PageA McCommandPage object.

The active page if any.

CancelA Boolean value.

Set to True to keep this dialog loaded.

Remarks

Page is the active page at the time the dialog is closed.