DomainPropertyInfo.NotifyValueChange(ModelElement) Method

Definition

Fire notifications (rules, events and OnValueChanging) to indicate a change in this value.

public:
 void NotifyValueChange(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public void NotifyValueChange (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.NotifyValueChange : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Sub NotifyValueChange (element As ModelElement)

Parameters

element
ModelElement

Remarks

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

Applies to