SuggestionChosenEventArgs Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the SuggestionChosen event.
public class SuggestionChosenEventArgs : Microsoft.Toolkit.Deferred.DeferredEventArgstype SuggestionChosenEventArgs = class
    inherit DeferredEventArgsPublic Class SuggestionChosenEventArgs
Inherits DeferredEventArgs- Inheritance
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) |