menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeChangingEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TimeChangingEventArgs

    Provides event data for the SelectedTimeChanging event.

    Inheritance
    System.Object
    TimeChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class TimeChangingEventArgs : CancelEventArgs

    Constructors

    TimeChangingEventArgs()

    Declaration
    public TimeChangingEventArgs()

    Properties

    NewTime

    Gets the new time selected in the SfTimePicker.

    Declaration
    public Nullable<DateTimeOffset> NewTime { get; }
    Property Value
    Type
    System.Nullable<System.DateTimeOffset>

    OldTime

    Gets the previously selected time in the SfTimePicker.

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