ArcGIS Pro 2.8 API Reference Guide
ApplicationReadyEvent Class
Members 

ArcGIS.Desktop.Framework.Events Namespace : ApplicationReadyEvent Class
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 10, Windows 8.1

See Also

Reference

ApplicationReadyEvent Members
ArcGIS.Desktop.Framework.Events Namespace