Class TextChangedEventArgs
Provides event data for the Text
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 Text
Declaration
public TextChangedEventArgs(TextChangeReason reason)
Parameters
Text
|
Properties
Reason
Gets the reason for firing the Text
Declaration
public TextChangeReason Reason { get; }