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