SuggestionChosenEventArgs Class

Definition

Provides data for the SuggestionChosen event.

public class SuggestionChosenEventArgs : Microsoft.Toolkit.Deferred.DeferredEventArgs
type SuggestionChosenEventArgs = class
    inherit DeferredEventArgs
Public Class SuggestionChosenEventArgs
Inherits DeferredEventArgs
Inheritance
SuggestionChosenEventArgs

Constructors

SuggestionChosenEventArgs()

Properties

DisplayText

Gets or sets the display text.

Format

Gets or sets the Windows.UI.Text.ITextCharacterFormat object used to format the display text for this token.

Id

Gets token ID.

Prefix

Gets the prefix character used for this token.

QueryText

Gets the query used for this token.

SelectedItem

Gets the suggestion item associated with this token.

Methods

GetCurrentDeferralAndReset()
Obsolete.

DO NOT USE - This is a support method used by EventHandlerExtensions. It is public only for additional usage within extensions for the UWP based TypedEventHandler extensions.

(Inherited from DeferredEventArgs)
GetDeferral()

Returns an EventDeferral which can be completed when deferred event is ready to continue.

(Inherited from DeferredEventArgs)

Applies to