Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutoSuggestBoxTextChangedEventArgs.Reason Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
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.
Applies to
Feedback
Was this page helpful?
