Skip to content

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

NameValueDescription
UserInput0The user edited the text.
ProgrammaticChange1The text was changed via code.
SuggestionChosen2The user selected one of the items in the auto-suggestion box.