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

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

    Parameters

    oldValue
    newValue
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also