Active row change is triggered when the active row is changed in any visual where the active data table is the same as the active data table in the publisher visual. See ActiveRowEvent.
Configuration changed events are fired for a multitide of events such as color rules, addition or removal of columns, sorting, marking configuration. See ConfigurationChangedEvent.
Document configuration changed events are fired for various configuration changed events like configuration changed, but these are fired for the all data tables in the document, not just the active data table. See DocConfigChangedEvent.
Document state changed events are fired for various state changed events like state changed, but these are fired for the all data tables in the document, not just the active data table. See DocStateChangedEvent.
Fired when the key values pairs for the visual is changed in any way. See KeyValueChangedEvent.
Fired when a message is emitted using the publisher messaging system. See MessageEvent.
Fired when a proxy settings are set. See ProxySettingsEvent.
Optionally fired when IronPython scripts are executed. See ScriptExecutionEvent.
State change events are fired when the marking, filtering or row values for the active data table are changed. See StateChangedEvent.
Fired when a Ruse webservices task is complete and the results is ready to be imported into Spotifre or when the webservice task failed. See TaskChangedEvent.
Generated using TypeDoc
Publisher event types.