AutoSuggestionBoxTextChangeReason enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.AutoSuggestionBoxTextChangeReason
Modifiers: public sealed
Summary¶
Provides data for the TextChanged event.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
UserInput | 0 | The user edited the text. |
ProgrammaticChange | 1 | The text was changed via code. |
SuggestionChosen | 2 | The user selected one of the items in the auto-suggestion box. |