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