menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateChangedEventArgs

    Date changed event arguments.

    Inheritance
    System.Object
    DateChangedEventArgs
    Namespace: Syncfusion.XForms.Pickers
    Assembly: Syncfusion.SfPicker.XForms.dll
    Syntax
    public class DateChangedEventArgs : EventArgs

    Constructors

    DateChangedEventArgs()

    Declaration
    public DateChangedEventArgs()

    Properties

    NewValue

    Gets the value of NewDate.

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

    The added items.

    OldValue

    Gets the value of OldDate.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object

    The removed items.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved