Intersoft ClientUI Documentation
ValueChangedEventArgs Constructor



Initializes a new instance of the ScrollEventArgs class.
Syntax
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal newValue As Double, _
   ByVal oldValue As Double _
)
Dim routedEvent As RoutedEvent
Dim newValue As Double
Dim oldValue As Double
 
Dim instance As New ValueChangedEventArgs(routedEvent, newValue, oldValue)
public ValueChangedEventArgs( 
   RoutedEvent routedEvent,
   double newValue,
   double oldValue
)
public:
ValueChangedEventArgs( 
   RoutedEvent^ routedEvent,
   double newValue,
   double oldValue
)

Parameters

routedEvent
newValue
oldValue
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

ValueChangedEventArgs Class
ValueChangedEventArgs Members

Send Feedback