GraphLink::OnCategoryChanged Method (GraphCategory^, GraphCategoryChangeType)
Visual Studio 2015
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.
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.
Show: