AutoSuggestBoxTextChangedEventArgs class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.AutoSuggestBoxTextChangedEventArgs
Modifiers: public sealed
Summary¶
Provides data for the TextChanged event.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class AutoSuggestBoxTextChangedEventArgs
class RoutedEventArgs
RoutedEventArgs <|-- AutoSuggestBoxTextChangedEventArgs
Inherits from: RoutedEventArgs
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Provides data for the [TextChanged](# event. |
Properties¶
| Name | Summary |
|---|---|
| Text | Gets the text. |
| Reason | Gets the reason. |