'Declaration
Protected Overrides Sub OnValueChanged( _ ByVal oldValue As Nullable(Of DateOnly), _ ByVal newValue As Nullable(Of DateOnly) _ )
'Usage
Dim instance As DatePicker Dim oldValue As Nullable(Of DateOnly) Dim newValue As Nullable(Of DateOnly) instance.OnValueChanged(oldValue, newValue)
protected override void OnValueChanged( Nullable<DateOnly> oldValue, Nullable<DateOnly> newValue )
Parameters
- oldValue
- newValue