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






routedEvent
property
oldValue
newValue
isCancelable

Syntax

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

Parameters

routedEvent
property
oldValue
newValue
isCancelable

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.