Intersoft ClientUI Documentation
PropertyChangingEventArgs<T> Constructor



Syntax
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal property As DependencyProperty, _
   ByVal oldValue As T, _
   ByVal newValue As T, _
   ByVal isCancelable As Boolean _
)
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)
public PropertyChangingEventArgs<T>( 
   RoutedEvent routedEvent,
   DependencyProperty property,
   T oldValue,
   T newValue,
   bool isCancelable
)
public:
PropertyChangingEventArgs<T>( 
   RoutedEvent^ routedEvent,
   DependencyProperty^ property,
   T^ oldValue,
   T^ newValue,
   bool isCancelable
)

Parameters

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

PropertyChangingEventArgs<T> Class
PropertyChangingEventArgs<T> Members

Send Feedback