Notifies the ValueAccess implementation that the object returned from the value property has been modified.
[Visual Basic] Sub ValueChanged() [C#] void ValueChanged(); [C++] void ValueChanged() = 0; [JScript] function ValueChanged();
If you replace the value (by setting the value property) it is not neccessary to call ValueChanged. However, if you modify the object, you must call ValueChanged.
IValueAccess Interface | IValueAccess Members | System.ComponentModel Namespace