ArcGIS Pro 3.7 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 NotInheritable Class ProjectOpenedAsyncEvent 
       Inherits ArcGIS.Core.Events.AsyncPresentationEvent(Of ProjectEventArgs)
    public sealed class ProjectOpenedAsyncEvent : ArcGIS.Core.Events.AsyncPresentationEvent<ProjectEventArgs> 
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also