This documentation is archived and is not being maintained.

DomainPropertyValueHandler<TElement, TValue>::OnValueChanged Method

Occurs after a property value has been changed.

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

protected:
virtual void OnValueChanged(
	TElement element, 
	TValue oldValue, 
	TValue newValue
)

Parameters

element
Type: TElement

The element.

oldValue
Type: TValue

The current value of the property.

newValue
Type: TValue

The new value of the property.

Show: