Partilhar via


GraphNode.OnPropertyChanged Method (String)

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

Override that notifies the GraphGroupCollection whenever the IsGroup property has changed on this node.

This has to be synchronous so that GraphGroup is immediately available after this operation in the same transaction.

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

Syntax

'Declaration
Public Overrides Sub OnPropertyChanged ( _
    property As String _
)
public override void OnPropertyChanged(
    string property
)
public:
virtual void OnPropertyChanged(
    String^ property
) override
abstract OnPropertyChanged : 
        property:string -> unit  
override OnPropertyChanged : 
        property:string -> unit
public override function OnPropertyChanged(
    property : String
)

Parameters

.NET Framework Security

See Also

Reference

GraphNode Class

OnPropertyChanged Overload

Microsoft.VisualStudio.GraphModel Namespace