Intersoft ClientUI Documentation
OnDisplayValueChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXRatingItem Class : OnDisplayValueChanged Method






oldValue
Old value.
newValue
New value.
DisplayValueProperty property changed handler.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnDisplayValueChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXRatingItem
Dim oldValue As Double
Dim newValue As Double
 
instance.OnDisplayValueChanged(oldValue, newValue)
C# 
protected virtual void OnDisplayValueChanged( 
   double oldValue,
   double newValue
)
Delphi 
protected procedure OnDisplayValueChanged( 
    oldValue: Double;
    newValue: Double
); virtual; 
JScript 
protected function OnDisplayValueChanged( 
   oldValue : double,
   newValue : double
);
Managed Extensions for C++ 
protected: virtual void OnDisplayValueChanged( 
   double oldValue,
   double newValue
) 
C++/CLI 
protected:
virtual void OnDisplayValueChanged( 
   double oldValue,
   double newValue
) 

Parameters

oldValue
Old value.
newValue
New value.

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.