ArcGIS Pro 2.9 API Reference Guide
OnTextChange Method (EditBox)

ArcGIS.Desktop.Framework.Contracts Namespace > EditBox Class : OnTextChange Method
Called whenever the text in the control changes.
Syntax
protected internal virtual void OnTextChange( 
   string text
)
Protected Friend Overridable Sub OnTextChange( _
   ByVal text As String _
) 

Parameters

text
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditBox Class
EditBox Members