ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBox Class / OnTextChange Method
The new string.

In This Topic
    OnTextChange Method (ComboBox)
    In This Topic
    Invoked when the text in the combo box's textbox changes.
    Syntax
    protected internal virtual void OnTextChange( 
       string text
    )
    Protected Friend Overridable Sub OnTextChange( _
       ByVal text As String _
    ) 

    Parameters

    text
    The new string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also