Skip to main content
A newer version of this page is available. .

TimePickerDateTimeChangedEventArgs Class

Provides data for the DateTimeChanged event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public class TimePickerDateTimeChangedEventArgs :
    RoutedEventArgs

Remarks

Use the NewValue property to get the new TimePicker’s value.

Inheritance

Object
EventArgs
RoutedEventArgs
TimePickerDateTimeChangedEventArgs
See Also