GraphConditionalStyleCollection::HasPendingPropertyChangeEvents Property

 

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)

public:
property bool HasPendingPropertyChangeEvents {
	bool get();
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: