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