'Declaration Protected Overridable Sub OnCurrentDateTimePartChanged( _ ByVal oldValue As DateTimePart, _ ByVal newValue As DateTimePart _ )
'Usage Dim instance As DateTimeUpDownBase(Of T) Dim oldValue As DateTimePart Dim newValue As DateTimePart instance.OnCurrentDateTimePartChanged(oldValue, newValue)
protected virtual void OnCurrentDateTimePartChanged( DateTimePart oldValue, DateTimePart newValue )
Parameters
- oldValue
- newValue