NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IValueAccess.ValueChanged

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();

Remarks

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.

See Also

IValueAccess Interface | IValueAccess Members | System.ComponentModel Namespace