ComponentOne Xamarin Edition
Filtering Event
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > C1AutoComplete Class : Filtering Event
Event raised when the control is about to apply a filter to the list of items.
Syntax
Event Data

The event handler receives an argument of type AutoCompleteFilteringEventArgs containing data related to this event. The following AutoCompleteFilteringEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets whether to cancel the default filtering of the autocomplete.  
Gets or sets the FilterString of the autocomplete.  
See Also