Class AutoSuggestBoxTextChangedEventArgs
Provides data for the TextChanged event.
public sealed class AutoSuggestBoxTextChangedEventArgs : RoutedEventArgs- Inheritance
- 
      
      
      
      AutoSuggestBoxTextChangedEventArgs
- Inherited Members
Constructors
AutoSuggestBoxTextChangedEventArgs(RoutedEvent, object)
public AutoSuggestBoxTextChangedEventArgs(RoutedEvent eventArgs, object sender)Parameters
- eventArgsRoutedEvent
- senderobject
Properties
Reason
public required AutoSuggestionBoxTextChangeReason Reason { get; init; }Property Value
Text
public required string Text { get; init; }