Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / AutoCompleteFilteringEventArgs Class / Cancel Property


In This Topic
    Cancel Property (AutoCompleteFilteringEventArgs)
    In This Topic
    Gets or sets whether to cancel the default filtering of the autocomplete.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As AutoCompleteFilteringEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also