Partager via


GraphGroup.OnCategoryChanged Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises the property changed events for both the node and the group.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Protected Overrides Sub OnCategoryChanged ( _
    category As GraphCategory, _
    changeType As GraphCategoryChangeType _
)
protected override void OnCategoryChanged(
    GraphCategory category,
    GraphCategoryChangeType changeType
)
protected:
virtual void OnCategoryChanged(
    GraphCategory^ category, 
    GraphCategoryChangeType changeType
) override
abstract OnCategoryChanged : 
        category:GraphCategory * 
        changeType:GraphCategoryChangeType -> unit  
override OnCategoryChanged : 
        category:GraphCategory * 
        changeType:GraphCategoryChangeType -> unit
protected override function OnCategoryChanged(
    category : GraphCategory, 
    changeType : GraphCategoryChangeType
)

Parameters

Remarks

Redirects the category changed events to the wrapped node.

.NET Framework Security

See Also

Reference

GraphGroup Class

Microsoft.VisualStudio.GraphModel Namespace