Share via


GraphObject.OnPropertyChanged Method (GraphProperty)

Raises a PropertyChangd event for the given GraphProperty.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Overridable Sub OnPropertyChanged ( _
    property As GraphProperty _
)
public virtual void OnPropertyChanged(
    GraphProperty property
)
public:
virtual void OnPropertyChanged(
    GraphProperty^ property
)
abstract OnPropertyChanged : 
        property:GraphProperty -> unit  
override OnPropertyChanged : 
        property:GraphProperty -> unit
public function OnPropertyChanged(
    property : GraphProperty
)

Parameters

.NET Framework Security

See Also

Reference

GraphObject Class

OnPropertyChanged Overload

Microsoft.VisualStudio.GraphModel Namespace