Fires when the DateTime property changes.

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

Syntax

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

See Also