ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / EditBox Class / OnTextChange Method

In This Topic
    OnTextChange Method (EditBox)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also