ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core.Controls Namespace / RecentTemplatesControl.SelectedTemplateChangedEventHandler Delegate
The RecentTemplatesControl instance.
A SelectedTemplateChangedEventArgs containing information about the project template chosen.
Version

RecentTemplatesControl.SelectedTemplateChangedEventHandler Delegate
Callback for the SelectedTemplateChanged event.
Syntax
public delegate void RecentTemplatesControl.SelectedTemplateChangedEventHandler( 
   object sender,
   SelectedTemplateChangedEventArgs args
)

Parameters

sender
The RecentTemplatesControl instance.
args
A SelectedTemplateChangedEventArgs containing information about the project template chosen.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also