Intersoft ClientUI Documentation
OnMinimumChanged Method (UXSliderBarBase)



Specifies the old value of Minimum property.
Specifies the new value of Minimum property.
Provides handling when the value of Minimum property is changed.
Syntax
Protected Overrides Sub OnMinimumChanged( _
   ByVal oldMinimum As Double, _
   ByVal newMinimum As Double _
) 
Dim instance As UXSliderBarBase
Dim oldMinimum As Double
Dim newMinimum As Double
 
instance.OnMinimumChanged(oldMinimum, newMinimum)
protected override void OnMinimumChanged( 
   double oldMinimum,
   double newMinimum
)
protected:
void OnMinimumChanged( 
   double oldMinimum,
   double newMinimum
) override 

Parameters

oldMinimum
Specifies the old value of Minimum property.
newMinimum
Specifies the new value of Minimum 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

UXSliderBarBase Class
UXSliderBarBase Members

Send Feedback