ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectEventArgs Class / ProjectEventArgs Constructor
ArcGIS.Desktop.Core.Project

In This Topic
    ProjectEventArgs Constructor
    In This Topic
    Creates ProjectEventArgs to pass the project to an event handler.
    Syntax
    public ProjectEventArgs( 
       Project Project
    )
    Public Function New( _
       ByVal Project As Project _
    )

    Parameters

    Project
    ArcGIS.Desktop.Core.Project
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also