TextChanged Event¶ Summary¶ Occurs when the text has changed. Signature¶ 1public event Action<TextChangedEventArgs> TextChanged; Declaring Type¶ cAlgo.API.TextBox Last update: June 26, 2022 Comments