Share via


DomainPropertyInfo.NotifyValueChange Method

Notifies listeners that a value for a property has changed.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Sub NotifyValueChange ( _
    element As ModelElement _
)
public void NotifyValueChange(
    ModelElement element
)
public:
void NotifyValueChange(
    ModelElement^ element
)
member NotifyValueChange : 
        element:ModelElement -> unit
public function NotifyValueChange(
    element : ModelElement
)

Parameters

Remarks

Only applicable to properties of Kind=Calculated. Designed to be used when a tracking property's source data is updated.

.NET Framework Security

See Also

Reference

DomainPropertyInfo Class

Microsoft.VisualStudio.Modeling Namespace