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


IApplicationStatusEvents.Initialized Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplicationStatusEvents Interface > IApplicationStatusEvents.Initialized Event
ArcGIS Developer Help

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