Description

The event fired when dialogs and pages are initialized.

Syntax

Private Sub object_Initialize(Dialog, Page)

The Initialize 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.

Remarks

This event is fired once for a Dialog with a NULL Page, then once for each Page when the Page is realized.