MAUI

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

    Show / Hide Table of Contents

    Class DateTimeRangeSliderValueChangedEventArgs

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

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

    Constructors

    DateTimeRangeSliderValueChangedEventArgs()

    Declaration
    public DateTimeRangeSliderValueChangedEventArgs()

    Properties

    NewRangeEnd

    Gets the end value of the new range in DateTime Range Slider.

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

    NewRangeStart

    Gets the start value of the new range in DateTime Range Slider.

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

    OldRangeEnd

    Gets the end value of the old range in DateTime Range Slider.

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

    OldRangeStart

    Gets the start value of the old range in DateTime Range Slider.

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