This document is archived and information here might be outdated. Recommended version. |
Fired when the application UI is initialized.
[Visual Basic .NET] Public Event Initialized As InitializedEventHandler
[C#] public event InitializedEventHandler Initialized
Run-time user interface customizations should not be made before the application framework has fully initialized itself; the framework provides this event to signal when the framework has initialized as well as the IApplicationStatus::Initialized property that returns the currrent state.