Bagikan melalui


PropertyChangedEventArgs Constructor

Initializes a new instance of the PropertyChangedEventArgs class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

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

Parameters

  • propertyName
    Type: String

    The name of the property.

  • oldValue
    Type: Object

    The old value of the property.

  • newValue
    Type: Object

    The new value of the property.

.NET Framework Security

See Also

Reference

PropertyChangedEventArgs Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace