Class
TextChangedEventArgs

Provides event data for the TextChanged event.

Definition

Namespace:Telerik.Windows.Controls.AutoSuggestBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class TextChangedEventArgs : EventArgs

Inheritance: objectEventArgsTextChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TextChangedEventArgs(TextChangeReason)

Initializes a new instance of the TextChangedEventArgs class.

Declaration

cs-api-definition
public TextChangedEventArgs(TextChangeReason reason)

Parameters

reason

TextChangeReason

Properties

Reason

Gets the reason for firing the TextChanged event.

Declaration

cs-api-definition
public TextChangeReason Reason { get; }

Property Value

TextChangeReason