Called when the value of the Maximum property changes.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Parameters

oldMaximum
Type: System..::.Double
The old property value.
newMaximum
Type: System..::.Double
The new property value.

See Also