GraphGroup::OnCategoryChanged Method (GraphCategory^, GraphCategoryChangeType)
Visual Studio 2015
Raises the property changed events for both the node and the group.
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^
- changeType
- Type: Microsoft.VisualStudio.GraphModel::GraphCategoryChangeType
Redirects the category changed events to the wrapped node.
Show: