AutoSuggestBoxTextChangedEventArgs.Reason Property

Definition

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.

Applies to