Intersoft ClientUI Documentation
ValueChangedEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ValueChangedEventArgs Class : ValueChangedEventArgs Constructor






routedEvent
newValue
oldValue
Initializes a new instance of the ScrollEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal newValue As Double, _
   ByVal oldValue As Double _
)
Visual Basic (Usage)Copy Code
Dim routedEvent As RoutedEvent
Dim newValue As Double
Dim oldValue As Double
 
Dim instance As New ValueChangedEventArgs(routedEvent, newValue, oldValue)
C# 
public ValueChangedEventArgs( 
   RoutedEvent routedEvent,
   double newValue,
   double oldValue
)
Delphi 
public ValueChangedEventArgs( 
    routedEvent: RoutedEvent;
    newValue: Double;
    oldValue: Double
); 
JScript 
public function ValueChangedEventArgs( 
   routedEvent : RoutedEvent,
   newValue : double,
   oldValue : double
);
Managed Extensions for C++ 
public: ValueChangedEventArgs( 
   RoutedEvent* routedEvent,
   double newValue,
   double oldValue
)
C++/CLI 
public:
ValueChangedEventArgs( 
   RoutedEvent^ routedEvent,
   double newValue,
   double oldValue
)

Parameters

routedEvent
newValue
oldValue

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.