GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents Method
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.
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>