menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderValueChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderValueChangedEventArgs

    To get the SliderValueChanged event arguments.

    Inheritance
    System.Object
    SliderValueChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Sliders
    Assembly: Syncfusion.Sliders.WinUI.dll
    Syntax
    public class SliderValueChangedEventArgs : EventArgs

    Constructors

    SliderValueChangedEventArgs()

    Declaration
    public SliderValueChangedEventArgs()

    Properties

    NewValue

    Gets the new value of a range value property.

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

    The new value.

    OldValue

    Gets the previous value of a range value property.

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

    The old value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved