This document is archived and information here might be outdated.  Recommended version.


IApplicationStatusEvents.Initialized Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

IApplicationStatusEvents.Initialized Event

Fired when the application UI is 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.

See Also

IApplicationStatusEvents Interface