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