menu

MAUI

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

    Show / Hide Table of Contents

    Class SliderValueChangingEventArgs

    Provides the event data for the Slider value changing event.

    Inheritance
    System.Object
    SliderValueChangingEventArgs
    Namespace: Syncfusion.Maui.Sliders
    Assembly: Syncfusion.Maui.Sliders.dll
    Syntax
    public class SliderValueChangingEventArgs : CancelEventArgs

    Constructors

    SliderValueChangingEventArgs()

    Declaration
    public SliderValueChangingEventArgs()

    Properties

    NewValue

    Gets the new value of slider.

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