Description
This event is sent when the application is created.
Syntax
Private Sub object_Initialize(Starting)
The Initialize Event syntax has these parts:
Remarks
This event is fired once the application is fully created but just before applying the persisted application layout and restoring all settings. This happens during startup as well as when switching identities.
|