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) | ![]() |
---|---|
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# | |
---|---|
public PropertyChangedEventArgs( PersistableObject item, string propertyName, object newValue, object oldValue, bool reference, bool warnUser ) |
C++/CLI | |
---|---|
public: PropertyChangedEventArgs( PersistableObject^ item, String^ propertyName, Object^ newValue, Object^ oldValue, bool reference, bool warnUser ) |
Parameters
- item
- propertyName
- newValue
- oldValue
- reference
- warnUser
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