Delen via


GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Sub RaisePendingPropertyChangeEvents ( _
    graphObjects As IEnumerable(Of GraphObject) _
)
public void RaisePendingPropertyChangeEvents(
    IEnumerable<GraphObject> graphObjects
)
public:
void RaisePendingPropertyChangeEvents(
    IEnumerable<GraphObject^>^ graphObjects
)
member RaisePendingPropertyChangeEvents : 
        graphObjects:IEnumerable<GraphObject> -> unit
public function RaisePendingPropertyChangeEvents(
    graphObjects : IEnumerable<GraphObject>
)

Parameters

.NET Framework Security

See Also

Reference

GraphConditionalStyleCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace