ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Controls Namespace / RecentProjectsControl Class / SelectedProjectChanged Event

In This Topic
    SelectedProjectChanged Event
    In This Topic
    The SelectedProjectChanged event is raised when a project in the RecentProjectsControl is chosen.
    Syntax
    Event Data

    The event handler receives an argument of type SelectedProjectChangedEventArgs containing data related to this event. The following SelectedProjectChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the project path.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also