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