Share via


GraphNode.OnPropertyChanged Method (String)

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

  • property
    Type: String

    The property that changed

.NET Framework Security

See Also

Reference

GraphNode Class

OnPropertyChanged Overload

Microsoft.VisualStudio.GraphModel Namespace