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)

public:
virtual void OnPropertyChanged(
	GraphProperty^ property
)

Parameters

property
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

The GraphProperty that changed.

Return to top
Show: