GraphGroup.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.
Raises the property changed events for both the node and the group.
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
- changeType
- GraphCategoryChangeType
Remarks
Redirects the category changed events to the wrapped node.