Class FilterCollectionChangedEventArgs
Filter changed event arguments.
Inheritance
System.Object
FilterCollectionChangedEventArgs
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.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 |