Share via


PropertyChangedEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the PropertyChangedEventArgs class.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    property As String, _
    oldValue As Object, _
    newValue As Object _
)
public PropertyChangedEventArgs(
    string property,
    Object oldValue,
    Object newValue
)
public:
PropertyChangedEventArgs(
    String^ property, 
    Object^ oldValue, 
    Object^ newValue
)
new : 
        property:string * 
        oldValue:Object * 
        newValue:Object -> PropertyChangedEventArgs
public function PropertyChangedEventArgs(
    property : String, 
    oldValue : Object, 
    newValue : Object
)

Parameters

.NET Framework Security

See Also

Reference

PropertyChangedEventArgs Class

Microsoft.SPOT Namespace