Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal item As PersistableObject, _ ByVal propertyName As String, _ ByVal newValue As Object, _ ByVal oldValue As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim item As PersistableObject Dim propertyName As String Dim newValue As Object Dim oldValue As Object Dim instance As New PropertyChangedEventArgs(item, propertyName, newValue, oldValue) |
C# | |
---|---|
public PropertyChangedEventArgs( PersistableObject item, string propertyName, object newValue, object oldValue ) |
C++/CLI | |
---|---|
public: PropertyChangedEventArgs( PersistableObject^ item, String^ propertyName, Object^ newValue, Object^ oldValue ) |
Parameters
- item
- propertyName
- newValue
- oldValue
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