Fired when the application UI is initialized.
[Visual Basic 6.0]
Event Initialized
[Visual Basic .NET] Public Event Initialized As InitializedEventHandler
[C#] public event InitializedEventHandler Initialized
Product Availability
Available with ArcGIS Desktop.
Description
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.