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
eventArgs
RoutedEventsender
object
Properties
Reason
public required AutoSuggestionBoxTextChangeReason Reason { get; init; }
Property Value
Text
public required string Text { get; init; }