WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / C1TimeEditor Class / ValueChanged Event
In This Topic
    ValueChanged Event (C1TimeEditor)
    In This Topic
    Fires when the Value property changes.
    Syntax
    Event Data

    The event handler receives an argument of type NullablePropertyChangedEventArgs<T> containing data related to this event. The following NullablePropertyChangedEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    The value of the property after the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<Nullable<T>>)
    The value of the property before the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<Nullable<T>>)
    See Also