ComponentOne DateTimeEditors for WPF and Silverlight
DateTimeChanged Event

C1.WPF.DateTimeEditors Namespace > C1DateTimePicker Class : DateTimeChanged Event
Fires when the DateTime property changes.
Syntax
'Declaration
 
Public Event DateTimeChanged As System.EventHandler(Of NullablePropertyChangedEventArgs(Of Date))
public event System.EventHandler<NullablePropertyChangedEventArgs<DateTime>> DateTimeChanged
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
(Inherited from C1.WPF.PropertyChangedEventArgs<Nullable<T>>)
(Inherited from C1.WPF.PropertyChangedEventArgs<Nullable<T>>)
See Also