'Declaration Protected Overrides Sub OnMinimumChanged( _ 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.OnMinimumChanged(oldValue, newValue)
protected override void OnMinimumChanged( Nullable<T> oldValue, Nullable<T> newValue )
Parameters
- oldValue
- newValue