Fires when the DateTime property changes.
Namespace:
C1.Silverlight.DateTimeEditorsAssembly: 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)) |