Skip to content

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

NameSummary
.ctorProvides data for the [TextChanged](# event.

Properties

NameSummary
TextGets the text.
ReasonGets the reason.
Inherited members