GraphNode::OnPropertyChanged Method

 

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

NameDescription
System_CAPS_pubmethodOnPropertyChanged(GraphProperty^)

Raises a PropertyChangd event for the given GraphProperty.(Inherited from GraphObject.)

System_CAPS_pubmethodOnPropertyChanged(String^)

Override that notifies the GraphGroupCollection whenever the IsGroup property has changed on this node.

This has to be synchronous so that GraphGroup is immediately available after this operation in the same transaction.(Overrides GraphObject::OnPropertyChanged(String^).)

Return to top
Show: