GraphNode::OnPropertyChanged Method (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.

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

public:
virtual void OnPropertyChanged(
	String^ property
) override

Parameters

property
Type: System::String^

The property that changed

Return to top
Show: