'Declaration
Protected Overridable Sub OnMaximumChanged( _ ByVal oldValue As Nullable(Of DateOnly), _ ByVal newValue As Nullable(Of DateOnly) _ )
'Usage
Dim instance As DatePickerView Dim oldValue As Nullable(Of DateOnly) Dim newValue As Nullable(Of DateOnly) instance.OnMaximumChanged(oldValue, newValue)
protected virtual void OnMaximumChanged( Nullable<DateOnly> oldValue, Nullable<DateOnly> newValue )
Parameters
- oldValue
- newValue