Share via


GraphObjectChangedEventArgs.Changed Property

[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
Public ReadOnly Property Changed As GraphObject
public GraphObject Changed { get; }
public:
property GraphObject^ Changed {
    GraphObject^ get ();
}
member Changed : GraphObject with get
function get Changed () : GraphObject

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphObject
Returns GraphObject.

.NET Framework Security

See Also

Reference

GraphObjectChangedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace