Raises the DateTime event.
Namespace:
C1.Xaml.DateTimeEditorsAssembly: C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)
Syntax
| C# |
|---|
protected virtual void OnDateTimeChanged( NullablePropertyChangedEventArgs<DateTime> e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnDateTimeChanged ( _ e As NullablePropertyChangedEventArgs(Of DateTime) _ ) |
Parameters
- e
- Type: C1.Xaml.DateTimeEditors..::..NullablePropertyChangedEventArgs<(Of <(<'DateTime>)>)>