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

In This Topic
    ProjectItemsCollection Property
    In This Topic
    Gets the collection of project items associated with the event that was fired
    Syntax
    public List<Item> ProjectItemsCollection {get;}
    Public ReadOnly Property ProjectItemsCollection As List(Of Item)
    Remarks
    Will be null if ProjectItem is set
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also