SuggestionRequestedEventArgs 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.
Provide data for SuggestionRequested event.
public class SuggestionRequestedEventArgs : Microsoft.Toolkit.Deferred.DeferredCancelEventArgs
type SuggestionRequestedEventArgs = class
inherit DeferredCancelEventArgs
Public Class SuggestionRequestedEventArgs
Inherits DeferredCancelEventArgs
- Inheritance
Constructors
SuggestionRequestedEventArgs() |
Properties
Cancel |
Gets or sets a value indicating whether the event should be canceled. (Inherited from DeferredCancelEventArgs) |
Prefix |
Gets or sets the prefix character used for the query. |
QueryText |
Gets or sets the query for suggestions. |
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) |