'Declaration Protected Overridable Sub OnFormatStringChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'Usage Dim instance As DateTimeUpDown Dim oldValue As String Dim newValue As String instance.OnFormatStringChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.