Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / AutoCompleteFilteringEventArgs Class
Properties Methods


In This Topic
    AutoCompleteFilteringEventArgs Class Members
    In This Topic

    The following tables list the members exposed by AutoCompleteFilteringEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AutoCompleteFilteringEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether to cancel the default filtering of the autocomplete.  
    Public PropertyGets or sets the FilterString of the autocomplete.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the deferrals awaiter. (Inherited from C1.Xamarin.Forms.Core.AsyncEventArgs)
    Top
    Public Methods
     NameDescription
    Public MethodGets the deferral. (Inherited from C1.Xamarin.Forms.Core.AsyncEventArgs)
    Top
    See Also