ArcGIS Pro 2.8 API Reference Guide
OnTextChange Method (ComboBox)

ArcGIS.Desktop.Framework.Contracts Namespace > ComboBox Class : OnTextChange Method
The new string.
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 10, Windows 8.1

See Also

Reference

ComboBox Class
ComboBox Members