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
- 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.