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