menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueEventArgs

    The ValueEventArgs class holds properties.

    Inheritance
    System.Object
    ValueEventArgs
    Namespace: Syncfusion.SfRangeSlider.XForms
    Assembly: Syncfusion.SfRangeSlider.XForms.dll
    Syntax
    public class ValueEventArgs : EventArgs

    Constructors

    ValueEventArgs()

    Declaration
    public ValueEventArgs()

    Properties

    RangeSlider

    Gets the SfRangeSlider control.

    Declaration
    public SfRangeSlider RangeSlider { get; }
    Property Value
    Type
    SfRangeSlider

    Value

    Gets the value.

    Declaration
    public float Value { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved