GraphUpdatedEventArgs.AddedConditions Property

Definition

Get the Conditions added to the Conditions collection of styles in this Graph during the transaction.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^> ^ AddedConditions { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition> AddedConditions { get; }
member this.AddedConditions : seq<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition>
Public ReadOnly Property AddedConditions As IEnumerable(Of GraphCondition)

Property Value

Applies to