Class MultiRangeChangedEventArgs
MultiRangeChanged event args class
Inheritance
System.Object
MultiRangeChangedEventArgs
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class MultiRangeChangedEventArgs : EventArgs
Constructors
MultiRangeChangedEventArgs()
Declaration
public MultiRangeChangedEventArgs()
Properties
MultiRange
Gets or sets the value of multi range property.
Declaration
public List<double> MultiRange { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Double> |