ArcGIS Pro 3.7 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 NotInheritable Class ApplicationReadyEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of EventArgs)
    public sealed class ApplicationReadyEvent : ArcGIS.Core.Events.CompositePresentationEvent<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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also