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