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

    OnSelectionChange(ComboBoxItem) Method
    Invoked when the selected item changes and it is a ComboBoxItem.
    Syntax
    protected internal virtual void OnSelectionChange( 
       ComboBoxItem item
    )

    Parameters

    item
    The selected ComboBoxItem.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also