Description

The event fired when dialogs and pages are hidden.

Syntax

Private Sub object_Hide(Dialog, Page, Cancel)

The Hide 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/page visible.

Remarks

This event is fired with a NULL Page when a Dialog is hidden, or for a Page when the Page is hidden.