ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ApplicationReadyEvent Class
Members

In This Topic
    ApplicationReadyEvent Class
    In This Topic
    Occurs once the application has initialized itself.
    Object Model
    ApplicationReadyEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ApplicationReadyEvent : ArcGIS.Core.Events.CompositePresentationEvent<EventArgs> 
    Public NotInheritable Class ApplicationReadyEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of EventArgs)
    Remarks
    This event fires before ApplicationStartupEvent.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Framework.Events.ApplicationReadyEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also