DomainPropertyInfo.NotifyValueChange(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.