Class FilterCollectionChangedEventArgs
The FilterCollectionChangedEventArgs class contains an argument of its own.
Inheritance
System.Object
FilterCollectionChangedEventArgs
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public class FilterCollectionChangedEventArgs : EventArgs
Constructors
FilterCollectionChangedEventArgs()
Declaration
public FilterCollectionChangedEventArgs()
Properties
Value
Gets a value in the FilterCollectionChangedEventArgs class.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |