GraphUpdatedEventArgs::ChangedStyles Property

 

Gets the ConditionalStyles in this Graph changed during the transaction.

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

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