CustomVisualViewOnUpdateRequiredCore Method

TIBCO Spotfire 11.4 API Reference
Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
protected abstract void OnUpdateRequiredCore()
Remarks

This method is called when the framework detects that a Spotfire.read(...) call from the UI (made on a background thread) has read a value from the model that is no longer up to date with the latest changes made to the live document on the ApplicationThread. Failure to re-render the UI in this case can result in a "dead" UI where event handlers added with AddEventHandler(ExternalEventHandler, Trigger) are no longer called.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference