Intersoft ClientUI Documentation
PropertyChangedEventArgs<T> Constructor
See Also  Send Feedback
Intersoft.Client.Framework Namespace > PropertyChangedEventArgs<T> Class : PropertyChangedEventArgs<T> Constructor






routedEvent
oldValue
newValue

Syntax

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

Parameters

routedEvent
oldValue
newValue

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.