GraphLink.OnCategoryChanged(GraphCategory, GraphCategoryChangeType) Method

Definition

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

Applies to