PropertyChangedEventArgs Class

 

A general property changed EventArgs used to notify shapes of both IMS property changes as well as CLR property changes.

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

System::Object
  System::EventArgs
    System.ComponentModel::PropertyChangedEventArgs
      Microsoft.VisualStudio.Modeling.Diagrams::PropertyChangedEventArgs

public ref class PropertyChangedEventArgs : PropertyChangedEventArgs

NameDescription
System_CAPS_pubmethodPropertyChangedEventArgs(String^, Object^, Object^)

Initializes a new instance of the PropertyChangedEventArgs class.

NameDescription
System_CAPS_pubpropertyNewValue

Gets the new value of the property.

System_CAPS_pubpropertyOldValue

Gets the old value of the property.

System_CAPS_pubpropertyPropertyName

(Inherited from PropertyChangedEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: