DomainPropertyValueHandler<TElement,TValue>.ValueChanged 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.
Called by SetValue after the value has been changed to add transaction record and raise OnValueChanged event.
protected:
void ValueChanged(TElement element, TValue oldValue, TValue newValue);
protected void ValueChanged (TElement element, TValue oldValue, TValue newValue);
member this.ValueChanged : 'Element * 'Value * 'Value -> unit
Protected Sub ValueChanged (element As TElement, oldValue As TValue, newValue As TValue)
Parameters
- element
- TElement
Element which owns the property.
- oldValue
- TValue
Old value of the property.
- newValue
- TValue
New value of the property.
Exceptions
element is null.