GraphUpdatedEventArgs::RemovedConditions Property

 

Gets the Conditions removed from the Conditions 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<GraphCondition^>^ RemovedConditions {
	IEnumerable<GraphCondition^>^ get();
}
Return to top
Show: