alexa
menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved