Class TextChangedEventArgs
Provides event data for the TextChanged event.
Inheritance
System.Object
TextChangedEventArgs
Namespace: Telerik.Windows.Controls.AutoSuggestBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class TextChangedEventArgs : EventArgs
Constructors
TextChangedEventArgs(TextChangeReason)
Initializes a new instance of the TextChangedEventArgs class.
Declaration
public TextChangedEventArgs(TextChangeReason reason)
Parameters
TextChangeReason
reason
|
Properties
Reason
Gets the reason for firing the TextChanged event.
Declaration
public TextChangeReason Reason { get; }
Property Value
TextChangeReason
|