DomainPropertyInfo.NotifyValueChange Method

Notifies listeners that a value for a property has changed.

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

Syntax

'Declaration
Public Sub NotifyValueChange ( _
    element As ModelElement _
)
'Usage
Dim instance As DomainPropertyInfo 
Dim element As ModelElement

instance.NotifyValueChange(element)
public void NotifyValueChange(
    ModelElement element
)
public:
void NotifyValueChange(
    ModelElement^ element
)
public function NotifyValueChange(
    element : ModelElement
)

Parameters

Remarks

Property changes also include rules and events.

This method is only applicable for KindCustomStorage or Calculated properties. This is designed to be used when a tracking property is reset or its source data is updated.

.NET Framework Security

See Also

Reference

DomainPropertyInfo Class

DomainPropertyInfo Members

Microsoft.VisualStudio.Modeling Namespace