menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class TimePickerSelectionChangedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TimePickerSelectionChangedEventArgs

    Time picker selection changed event arguments.

    Inheritance
    System.Object
    TimePickerSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Picker
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class TimePickerSelectionChangedEventArgs : EventArgs

    Constructors

    TimePickerSelectionChangedEventArgs()

    Declaration
    public TimePickerSelectionChangedEventArgs()

    Properties

    NewValue

    Gets the new selected time value.

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

    OldValue

    Gets the previous selected time value.

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