ClassQuerySubmittedEventArgs
Class
Provides event data for the QuerySubmitted event.
Definition
Namespace:Telerik.Windows.Controls.AutoSuggestBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class QuerySubmittedEventArgs : EventArgs
Inheritance: objectEventArgsQuerySubmittedEventArgs
Inherited Members
Constructors
QuerySubmittedEventArgs(string, object)
Initializes a new instance of the QuerySubmittedEventArgs class.
Properties
QueryText
Gets the query text of the current search.
Suggestion
Gets a reference to the chosen suggestion.