Intersoft ClientUI Documentation
OnMaximumChanged Method (UXRangeSliderBar)



Specifies the old value of Maximum property.
Specifies the new value of Maximum property.
Provides handling when the value of Maximum property is changed.
Syntax
Protected Overrides Sub OnMaximumChanged( _
   ByVal oldMaximum As Double, _
   ByVal newMaximum As Double _
) 
Dim instance As UXRangeSliderBar
Dim oldMaximum As Double
Dim newMaximum As Double
 
instance.OnMaximumChanged(oldMaximum, newMaximum)
protected override void OnMaximumChanged( 
   double oldMaximum,
   double newMaximum
)
protected:
void OnMaximumChanged( 
   double oldMaximum,
   double newMaximum
) override 

Parameters

oldMaximum
Specifies the old value of Maximum property.
newMaximum
Specifies the new value of Maximum property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRangeSliderBar Class
UXRangeSliderBar Members

Send Feedback