Delen via


GraphConditionalStyleCollection.HasPendingPropertyChangeEvents Property

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

Returns true if there are any pending PropertyChange events. If this returns true, call the RaisePendingPropertyChangeEvents method.

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

Syntax

'Declaration
Public ReadOnly Property HasPendingPropertyChangeEvents As Boolean
public bool HasPendingPropertyChangeEvents { get; }
public:
property bool HasPendingPropertyChangeEvents {
    bool get ();
}
member HasPendingPropertyChangeEvents : bool with get
function get HasPendingPropertyChangeEvents () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphConditionalStyleCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace