ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectOpenedAsyncEvent Class
Members

In This Topic
    ProjectOpenedAsyncEvent Class
    In This Topic
    Occurs when a project has been opened
    Object Model
    ProjectOpenedAsyncEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ProjectOpenedAsyncEvent : ArcGIS.Core.Events.AsyncPresentationEvent<ProjectEventArgs> 
    Public NotInheritable Class ProjectOpenedAsyncEvent 
       Inherits ArcGIS.Core.Events.AsyncPresentationEvent(Of ProjectEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.AsyncPresentationEvent<TPayload>
             ArcGIS.Desktop.Core.Events.ProjectOpenedAsyncEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also