ArcGIS Pro 3.7 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 ReadOnly Property ProjectItemsCollection As List(Of Item)
    public List<Item> ProjectItemsCollection {get;}
    Remarks
    Will be null if ProjectItem is set
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also