ArcGIS Pro 2.9 API Reference Guide
OnSelectionChange(ComboBoxItem) Method

ArcGIS.Desktop.Framework.Contracts Namespace > ComboBox Class > OnSelectionChange Method : OnSelectionChange(ComboBoxItem) Method
The selected ComboBoxItem.
Invoked when the selected item changes and it is a ComboBoxItem.
Syntax
protected internal virtual void OnSelectionChange( 
   ComboBoxItem item
)
Protected Friend Overloads Overridable Sub OnSelectionChange( _
   ByVal item As ComboBoxItem _
) 

Parameters

item
The selected ComboBoxItem.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ComboBox Class
ComboBox Members
Overload List