Fires when the DateTime property changes.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)

Syntax

C#
public event EventHandler<NullablePropertyChangedEventArgs<DateTime>> DateTimeChanged
Visual Basic (Declaration)
Public Event DateTimeChanged As EventHandler(Of NullablePropertyChangedEventArgs(Of DateTime))

See Also