Called when the [P:Maximum] property changes.

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

Syntax

C#
protected override void OnMaximumChanged(
	double oldMaximum,
	double newMaximum
)
Visual Basic
Protected Overrides Sub OnMaximumChanged ( _
	oldMaximum As Double, _
	newMaximum As Double _
)

Parameters

oldMaximum
Type: System..::..Double
newMaximum
Type: System..::..Double

See Also