AutoSuggestBoxQuerySubmittedEventArgs AutoSuggestBoxQuerySubmittedEventArgs AutoSuggestBoxQuerySubmittedEventArgs AutoSuggestBoxQuerySubmittedEventArgs Class

Definition

Provides event data for the AutoSuggestBox.QuerySubmitted event.

public : sealed class AutoSuggestBoxQuerySubmittedEventArgs : DependencyObject, IAutoSuggestBoxQuerySubmittedEventArgspublic sealed class AutoSuggestBoxQuerySubmittedEventArgs : DependencyObject, IAutoSuggestBoxQuerySubmittedEventArgsPublic NotInheritable Class AutoSuggestBoxQuerySubmittedEventArgs Inherits DependencyObject Implements IAutoSuggestBoxQuerySubmittedEventArgs// This API is not available in Javascript.
Inheritance
AutoSuggestBoxQuerySubmittedEventArgsAutoSuggestBoxQuerySubmittedEventArgsAutoSuggestBoxQuerySubmittedEventArgsAutoSuggestBoxQuerySubmittedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Constructors

AutoSuggestBoxQuerySubmittedEventArgs() AutoSuggestBoxQuerySubmittedEventArgs() AutoSuggestBoxQuerySubmittedEventArgs() AutoSuggestBoxQuerySubmittedEventArgs()

Initializes a new instance of the AutoSuggestBoxQuerySubmittedEventArgs class.

public : AutoSuggestBoxQuerySubmittedEventArgs()public AutoSuggestBoxQuerySubmittedEventArgs()Public Sub New()// This API is not available in Javascript.

Properties

ChosenSuggestion ChosenSuggestion ChosenSuggestion ChosenSuggestion

Gets the suggested result that the use chose.

public : PlatForm::Object ChosenSuggestion { get; }public object ChosenSuggestion { get; }Public ReadOnly Property ChosenSuggestion As object// This API is not available in Javascript.
Value
PlatForm::Object object object object

The suggested result that the use chose.

QueryText QueryText QueryText QueryText

Gets the query text of the current search.

public : PlatForm::String QueryText { get; }public string QueryText { get; }Public ReadOnly Property QueryText As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The query text of the current search.

See Also