GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents Method

Definition

Raise any PropertyChanged events that need to be raised based on all referenced properties in the conditional expressions and property value expressions in the compiled style set.

public:
 void RaisePendingPropertyChangeEvents(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ graphObjects);
public void RaisePendingPropertyChangeEvents (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> graphObjects);
member this.RaisePendingPropertyChangeEvents : seq<Microsoft.VisualStudio.GraphModel.GraphObject> -> unit
Public Sub RaisePendingPropertyChangeEvents (graphObjects As IEnumerable(Of GraphObject))

Parameters

graphObjects
IEnumerable<GraphObject>

Applies to