ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBox Class / OnSelectionChange Method / OnSelectionChange(ComboBoxItem) Method
The selected ComboBoxItem.

In This Topic
    OnSelectionChange(ComboBoxItem) Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also