MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeSliderValueChangedEventArgs

    Show / Hide Table of Contents

    Class DateTimeSliderValueChangedEventArgs

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

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

    Constructors

    DateTimeSliderValueChangedEventArgs()

    Declaration
    public DateTimeSliderValueChangedEventArgs()

    Properties

    NewValue

    Gets the new DateTime value of slider.

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

    OldValue

    Gets the old DateTime value of slider.

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