menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderValueChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderValueChangedEventArgs

    Provides the event data for the Slider value changed event.

    Inheritance
    System.Object
    SliderValueChangedEventArgs
    Namespace: Syncfusion.Maui.Sliders
    Assembly: Syncfusion.Maui.Sliders.dll
    Syntax
    public class SliderValueChangedEventArgs : EventArgs

    Constructors

    SliderValueChangedEventArgs()

    Declaration
    public SliderValueChangedEventArgs()

    Properties

    NewValue

    Gets the new value of slider.

    Declaration
    public double NewValue { get; }
    Property Value
    Type
    System.Double

    OldValue

    Gets the old value of slider.

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