menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TimeChangedEventArgs

    Time changed event arguments.

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

    Constructors

    TimeChangedEventArgs()

    Declaration
    public TimeChangedEventArgs()

    Properties

    NewValue

    Gets the value of Current time.

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

    The added items.

    OldValue

    Gets the value of Previous time.

    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