CalculatedPropertyValueHandler<TElement,TValue>.NotifyValueChange 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 the calculated value.
public:
void NotifyValueChange(TElement element);
public void NotifyValueChange (TElement element);
member this.NotifyValueChange : 'Element -> unit
Public Sub NotifyValueChange (element As TElement)
Parameters
- element
- TElement