PropertyChangedEventArgs Constructor(PersistableObject,String,Object,Object,Boolean,Boolean)
See Also 
SourceCode.Framework Namespace > PropertyChangedEventArgs Class > PropertyChangedEventArgs Constructor : PropertyChangedEventArgs Constructor(PersistableObject,String,Object,Object,Boolean,Boolean)



item
propertyName
newValue
oldValue
reference
warnUser

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal item As PersistableObject, _
   ByVal propertyName As String, _
   ByVal newValue As Object, _
   ByVal oldValue As Object, _
   ByVal reference As Boolean, _
   Optional ByVal warnUser As Boolean _
)
Visual Basic (Usage) Copy Code
Dim item As PersistableObject
Dim propertyName As String
Dim newValue As Object
Dim oldValue As Object
Dim reference As Boolean
Dim warnUser As Boolean
 
Dim instance As New PropertyChangedEventArgs(item, propertyName, newValue, oldValue, reference, warnUser)
C++/CLI  
public:
PropertyChangedEventArgs( 
   PersistableObject^ item,
   String^ propertyName,
   Object^ newValue,
   Object^ oldValue,
   bool reference,
   bool warnUser
)

Parameters

item
propertyName
newValue
oldValue
reference
warnUser

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