Bridge

PropertyChangedEventArgs Constructor (String, Object, Object)

Namespace:  System.ComponentModel
Assembly:  Bridge (in Bridge.dll)

Syntax


public PropertyChangedEventArgs(
	string propertyName,
	Object newValue,
	Object oldValue
)
Public Sub New ( _
	propertyName As String, _
	newValue As Object, _
	oldValue As Object _
)
public:
PropertyChangedEventArgs(
	String^ propertyName, 
	Object^ newValue, 
	Object^ oldValue
)

Parameters

propertyName
Type: System..::..String
newValue
Type: System..::..Object
oldValue
Type: System..::..Object