Skip to main content
All docs
V25.1
  • TimePickerDateTimeChangedEventArgs(DateTime, DateTime) Constructor

    Initializes a new instance of the TimePickerDateTimeChangedEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public TimePickerDateTimeChangedEventArgs(
        DateTime oldValue,
        DateTime newValue
    )

    Parameters

    Name Type
    oldValue DateTime
    newValue DateTime
    See Also