GraphLink::OnCategoryChanged Method (GraphCategory^, GraphCategoryChangeType)

 

Override that notifies the GraphGroupCollection any time a GraphCategory has changed on this link. Notify the GraphGroupCollection any time a GraphCategory has changed on this link because this might affect the IsContainment behavior of this link, which affects the structure of the GraphGroup hierarchy.

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

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

Parameters

category
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^

The GraphCategory that was changed.

changeType
Type: Microsoft.VisualStudio.GraphModel::GraphCategoryChangeType

The type of change that has occurred.

Return to top
Show: