[]
        
(Showing Draft Content)

C1.WPF.MediaPlayer.C1MoveToPointSlider.OnMaximumChanged

OnMaximumChanged Method

OnMaximumChanged(double, double)

Called when the Maximum property changes.

Declaration
protected override void OnMaximumChanged(double oldMaximum, double newMaximum)
Protected Overrides Sub OnMaximumChanged(oldMaximum As Double, newMaximum As Double)
Parameters
Type Name Description
double oldMaximum
double newMaximum
Overrides