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

In This Topic
    ProjectEventArgs Class
    In This Topic
    Represents the project on which an event operates, and an enumeration indicating how the project was opened and created, if appropriate
    Object Model
    ProjectEventArgs ClassProject Class
    Syntax
    public class ProjectEventArgs : System.EventArgs 
    Public Class ProjectEventArgs 
       Inherits System.EventArgs
    Remarks

    When events are fired indicating that a project operation is occurring or has occurred, ProjectEventArgs is returned to subscribers of the events.

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          ArcGIS.Desktop.Core.Events.ProjectEventArgs

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also