Intersoft ClientUI Documentation
OnValueChanged Method (UXScrollBar)



The old value of the control.
The new vlaue of the control.
Occurs when the Value of the control changes.
Syntax
Protected Overrides Sub OnValueChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Dim instance As UXScrollBar
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
The old value of the control.
newValue
The new vlaue of the control.
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

UXScrollBar Class
UXScrollBar Members

Send Feedback