GraphGroup::OnPropertyChanged Method (String^)

 

Raises the property changed events for both the node and the group.

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

public:
virtual void OnPropertyChanged(
	String^ name
) override

Parameters

name
Type: System::String^

Redirects the property changed events to the wrapped node.

Return to top
Show: