ComboBoxEdit.SearchTextChanged Event
In This Article
Fires when the SearchText property value changes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public event EventHandler SearchTextChanged
#Event Data
The SearchTextChanged event's data class is EventArgs.
See Also