The plugin calls the NotifyDataChanged method to tell
VWorks software that the user changed a property in the plugin’s diagnostics dialog box.
VWorks software can perform operations on this information, such as writing a message to the Main Log.
The plugin sends an ObjectDataChanged XML element in the Source parameter of the
NotifyDataChanged method. This XML element provides information about the old property and its new value.
The ObjectDataChanged element has the following attributes:
The following sample code is an ObjectDataChanged XML element that is sent by the plugin to
VWorks software as a string in the
ObjectDataChanged parameter of the
NotifyDataChanged method. The plugin returns the new value of
50 for the property named
X/Y Offset Pipetting:East/west offset.
The following code is the un-escaped portion of the Message attribute value from the previous
NotifyDataChanged method output example.
The following code is the un-escaped value of the ObjectType attribute from the previous
NotifyDataChanged method output example.