'Declaration Protected Overridable Sub OnKindChanged( _ ByVal oldValue As DateTimeKind, _ ByVal newValue As DateTimeKind _ )
'Usage Dim instance As DateTimeUpDown Dim oldValue As DateTimeKind Dim newValue As DateTimeKind instance.OnKindChanged(oldValue, newValue)
protected virtual void OnKindChanged( DateTimeKind oldValue, DateTimeKind newValue )
Parameters
- oldValue
- newValue