Provides event data for the QuerySubmitted event.
Definition
Namespace:Telerik.Windows.Controls.AutoSuggestBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class QuerySubmittedEventArgs : EventArgs
Inheritance: objectEventArgsQuerySubmittedEventArgs
Inherited Members
Constructors
Initializes a new instance of the QuerySubmittedEventArgs class.
Properties
Gets a reference to the chosen suggestion.
C#
public object Suggestion { get; }