GraphGroup.OnCategoryChanged(GraphCategory, GraphCategoryChangeType) Method

Definition

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

Remarks

Redirects the category changed events to the wrapped node.

Applies to