'Declaration Protected Overridable Sub OnFormatChanged( _ ByVal oldValue As DateTimeFormat, _ ByVal newValue As DateTimeFormat _ )
'Usage Dim instance As DateTimeUpDown Dim oldValue As DateTimeFormat Dim newValue As DateTimeFormat instance.OnFormatChanged(oldValue, newValue)
protected virtual void OnFormatChanged( DateTimeFormat oldValue, DateTimeFormat newValue )
Parameters
- oldValue
- The old DateTimeFormat.
- newValue
- The new DateTimeFormat.