GraphUpdatedEventArgs::ChangedSetters Property
Visual Studio 2015
Gets the Setters in this Graph changed during the transaction.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphSetter^>^ ChangedSetters { IEnumerable<GraphSetter^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphSetter^>^
Show: