GraphUpdatedEventArgs.ChangedSetters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Setters in this Graph changed during the transaction.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^> ^ ChangedSetters { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter> ChangedSetters { get; }
member this.ChangedSetters : seq<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>
Public ReadOnly Property ChangedSetters As IEnumerable(Of GraphSetter)