menu

MAUI

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

    Show / Hide Table of Contents

    Class DateTimeSliderValueChangingEventArgs

    Provides the event data for the DateTime Slider value changing event.

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

    Constructors

    DateTimeSliderValueChangingEventArgs()

    Declaration
    public DateTimeSliderValueChangingEventArgs()

    Properties

    NewValue

    Gets the new DateTime value of slider.

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