Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal oldValue As T, _ ByVal newValue As T _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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