menu

WinUI

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

    Show / Hide Table of Contents

    Class SelectedDateRangeChangedEventArgs

    Provides event date for the SelectedDateRangeChanged event.

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

    Properties

    RangeEndNewValue

    Gets the newly selected end value.

    Declaration
    public Nullable<DateTimeOffset> RangeEndNewValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTimeOffset>

    RangeEndOldValue

    Gets the old selected end value.

    Declaration
    public Nullable<DateTimeOffset> RangeEndOldValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTimeOffset>

    RangeStartNewValue

    Gets the newly selected start value.

    Declaration
    public Nullable<DateTimeOffset> RangeStartNewValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTimeOffset>

    RangeStartOldValue

    Gets the old selected start value.

    Declaration
    public Nullable<DateTimeOffset> RangeStartOldValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTimeOffset>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved