ArcGIS Pro 3.7 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 Friend Overridable Sub OnTextChange( _
       ByVal text As String _
    ) 
    protected internal virtual void OnTextChange( 
       string text
    )

    Parameters

    text
    The new string.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also