New to Telerik UI for WPFStart a free 30-day trial

Provides event data for the TextChanged event.

Definition

Namespace:Telerik.Windows.Controls.AutoSuggestBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class TextChangedEventArgs : EventArgs

Inheritance: objectEventArgsTextChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TextChangedEventArgs class.

C#
public TextChangedEventArgs(TextChangeReason reason)
Parameters:reasonTextChangeReason

Properties

Gets the reason for firing the TextChanged event.

C#
public TextChangeReason Reason { get; }