Called when the [P:Minimum] property changes.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
protected override void OnMinimumChanged(
	double oldMinimum,
	double newMinimum
)
Visual Basic
Protected Overrides Sub OnMinimumChanged ( _
	oldMinimum As Double, _
	newMinimum As Double _
)

Parameters

oldMinimum
Type: System..::..Double
newMinimum
Type: System..::..Double

See Also