GraphUpdatedEventArgs::RemovedSetters Property

 

Gets the Setters removed from the Setters collection of styles in this Graph during the transaction.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IEnumerable<GraphSetter^>^ RemovedSetters {
	IEnumerable<GraphSetter^>^ get();
}
Return to top
Show: