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
- graphObjects
Type: System.Collections.Generic.IEnumerable<GraphObject>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.