ClassTextChangedEventArgs
Class
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
Constructors
TextChangedEventArgs(TextChangeReason)
Initializes a new instance of the TextChangedEventArgs class.
Declaration
cs-api-definition
public TextChangedEventArgs(TextChangeReason reason)
Parameters
reason
Properties
Reason
Gets the reason for firing the TextChanged event.
Declaration
cs-api-definition
public TextChangeReason Reason { get; }
Property Value