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