menu

MAUI

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

    Show / Hide Table of Contents

    Class TimePickerSelectionChangedEventArgs

    Time picker selection changed event arguments.

    Inheritance
    System.Object
    TimePickerSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Picker
    Assembly: Syncfusion.Maui.Picker.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