Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- category
Type: Microsoft.VisualStudio.GraphModel.GraphCategory
- changeType
Type: Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType
Remarks
Redirects the category changed events to the wrapped node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.