ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Controls Namespace / RecentTemplatesControl Class / SelectedTemplateChanged Event

In This Topic
    SelectedTemplateChanged Event
    In This Topic
    The SelectedTemplateChanged event is raised when a template in the RecentTemplatesControl is chosen.
    Syntax
    Event Data

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

    PropertyDescription
    Gets the project template path.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also