ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectItemsChangedEventArgs Class / ProjectItem Property

In This Topic
    ProjectItem Property
    In This Topic
    Gets the project item associated with the event that was fired
    Syntax
    public Item ProjectItem {get;}
    Public ReadOnly Property ProjectItem As Item
    Remarks
    Will be null if ProjectItemsCollection is set
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also