Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.
Namespace: Spotfire.Dxp.Application.ExtensionAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
protected abstract void OnUpdateRequiredCore()
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.
Supported in: 7.9, 7.8, 7.7, 7.11, 7.10
Reference