TextEditBase.TextChanged Event
Fires when text in the edit box changes.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public event EventHandler TextChanged
Event Data
The TextChanged event's data class is EventArgs.
See Also