Intersoft ClientUI Documentation
OnValueChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXScrollBar Class : OnValueChanged Method






oldValue
The old value of the control.
newValue
The new vlaue of the control.
Occurs when the Value of the control changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnValueChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXScrollBar
Dim oldValue As Double
Dim newValue As Double
 
instance.OnValueChanged(oldValue, newValue)
C# 
protected override void OnValueChanged( 
   double oldValue,
   double newValue
)
Delphi 
protected procedure OnValueChanged( 
    oldValue: Double;
    newValue: Double
); override; 
JScript 
protected override function OnValueChanged( 
   oldValue : double,
   newValue : double
);
Managed Extensions for C++ 
protected: void OnValueChanged( 
   double oldValue,
   double newValue
) override 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.