ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / AutoCompleteComboBox Class / OnItemsSourceChanged Method

In This Topic
    OnItemsSourceChanged Method
    In This Topic
    Syntax
    Protected Overrides Sub OnItemsSourceChanged( _
       ByVal oldValue As IEnumerable, _
       ByVal newValue As IEnumerable _
    ) 
    protected override void OnItemsSourceChanged( 
       IEnumerable oldValue,
       IEnumerable newValue
    )

    Parameters

    oldValue
    newValue
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also