Table of Contents

Class AutoSuggestBoxTextChangedEventArgs

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

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 RoutedEvent
sender object

Properties

Reason

public required AutoSuggestionBoxTextChangeReason Reason { get; init; }

Property Value

AutoSuggestionBoxTextChangeReason

Text

public required string Text { get; init; }

Property Value

string