Xuni Product Documentation - Xamarin.Forms
Filtering Event
Occurs when the control is about to apply a filter to the list of items.
Syntax
public event EventHandler<FilteringEventArgs> Filtering
Event Data

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

PropertyDescription
Handled Gets or sets a value that marks the routed event as handled.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XuniAutoComplete Class
XuniAutoComplete Members