Intersoft ClientUI Documentation
OnValueChanged Method (UXSliderBar)



Specifies the old value of Value property.
Specifies the new value of Value property.
Provides handling when the value of Value property is changed.
Syntax
Protected Overrides Sub OnValueChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Dim instance As UXSliderBar
Dim oldValue As Double
Dim newValue As Double
 
instance.OnValueChanged(oldValue, newValue)
protected override void OnValueChanged( 
   double oldValue,
   double newValue
)
protected:
void OnValueChanged( 
   double oldValue,
   double newValue
) override 

Parameters

oldValue
Specifies the old value of Value property.
newValue
Specifies the new value of Value 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

UXSliderBar Class
UXSliderBar Members

Send Feedback