GraphGroup::OnCategoryChanged Method (GraphCategory^, GraphCategoryChangeType)

 

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)

protected:
virtual void OnCategoryChanged(
	GraphCategory^ category,
	GraphCategoryChangeType changeType
) override

Redirects the category changed events to the wrapped node.

Return to top
Show: