Description

This event is sent after the application is created.

Syntax

Private Sub object_AfterInitialize(Starting)

The AfterInitialize Event syntax has these parts:

PartDescription
objectA McApplication object.
StartingA Boolean value.

Remarks

This event is fired once the application is fully created and after applying the persisted application layout and restoring all settings. This happens during startup as well as when switching identities.