GraphLink.OnCategoryChanged(GraphCategory, GraphCategoryChangeType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 may affect the IsContainment behavior of this link which affects the structure of the GraphGroup hierarchy.
protected:
override void OnCategoryChanged(Microsoft::VisualStudio::GraphModel::GraphCategory ^ category, Microsoft::VisualStudio::GraphModel::GraphCategoryChangeType changeType);
protected override void OnCategoryChanged (Microsoft.VisualStudio.GraphModel.GraphCategory category, Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType changeType);
override this.OnCategoryChanged : Microsoft.VisualStudio.GraphModel.GraphCategory * Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType -> unit
Protected Overrides Sub OnCategoryChanged (category As GraphCategory, changeType As GraphCategoryChangeType)
Parameters
- category
- GraphCategory
The GraphCategory that was changed
- changeType
- GraphCategoryChangeType
The type of change that has happened