Class FilterCollectionChangedEventArgs
Filter changed event arguments.
Inheritance
System.Object
    FilterCollectionChangedEventArgs
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.Android.dll
Syntax
public class FilterCollectionChangedEventArgs : EventArgs
  Constructors
FilterCollectionChangedEventArgs()
Declaration
public FilterCollectionChangedEventArgs()
  Properties
Value
Gets the value contains the filtered objects from search
Declaration
public object Value { get; }
  Property Value
| Type | 
|---|
| System.Object |