public event RecentTemplatesControl.SelectedTemplateChangedEventHandler SelectedTemplateChanged
Public Event SelectedTemplateChanged As RecentTemplatesControl.SelectedTemplateChangedEventHandler
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.
Property | Description |
---|---|
ProjectTemplatePath | Gets the project template path. |
Requirements
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.
See Also