Public Event SelectedTemplateChanged As RecentTemplatesControl.SelectedTemplateChangedEventHandler
public event RecentTemplatesControl.SelectedTemplateChangedEventHandler SelectedTemplateChanged
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 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.1 or higher.
See Also