'Declaration Protected Overrides Sub OnMaximumChanged( _ ByVal oldValue As Nullable(Of T), _ ByVal newValue As Nullable(Of T) _ )
'Usage Dim instance As CommonNumericUpDown(Of T) Dim oldValue As Nullable(Of T) Dim newValue As Nullable(Of T) instance.OnMaximumChanged(oldValue, newValue)
protected override void OnMaximumChanged( Nullable<T> oldValue, Nullable<T> newValue )
Parameters
- oldValue
- newValue