GraphObject.OnCategoryChanged Method

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace