GraphUpdatedEventArgs.AddedSetters Property

Definition

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

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

Property Value

Applies to