menu

MAUI

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

    Show / Hide Table of Contents

    Class DatePickerSelectionChangedEventArgs

    Date picker selection changed event arguments.

    Inheritance
    System.Object
    DatePickerSelectionChangedEventArgs
    DateTimePickerSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Picker
    Assembly: Syncfusion.Maui.Picker.dll
    Syntax
    public class DatePickerSelectionChangedEventArgs : EventArgs

    Constructors

    DatePickerSelectionChangedEventArgs()

    Declaration
    public DatePickerSelectionChangedEventArgs()

    Properties

    NewValue

    Gets the new selected date value.

    Declaration
    public Nullable<DateTime> NewValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTime>

    OldValue

    Gets the previous selected date value.

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