GraphObject::OnPropertyChanged Method (String^)

 

Raises a PropertyChangd event for the named property.

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

public:
virtual void OnPropertyChanged(
	String^ name
)

Parameters

name
Type: System::String^

The name of the property that changed.

Return to top
Show: