AutoSuggestBoxTextChangedEventArgs.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the reason for the text changing in the AutoSuggestBox.
public:
property AutoSuggestionBoxTextChangeReason Reason { AutoSuggestionBoxTextChangeReason get(); void set(AutoSuggestionBoxTextChangeReason value); };
AutoSuggestionBoxTextChangeReason Reason();
void Reason(AutoSuggestionBoxTextChangeReason value);
public AutoSuggestionBoxTextChangeReason Reason { get; set; }
var autoSuggestionBoxTextChangeReason = autoSuggestBoxTextChangedEventArgs.reason;
autoSuggestBoxTextChangedEventArgs.reason = autoSuggestionBoxTextChangeReason;
Public Property Reason As AutoSuggestionBoxTextChangeReason
Property Value
The reason for the text changing in the AutoSuggestBox.