EventRelayMode Enumeration

Spotfire 14.3 API Reference
Controls how the event relay propagates events in the different views of the document. A document has multiple views if the user has opened multiple browser tabs for the document in the web client, or if a javascript mashup uses multiple views.

Each view of the document can have different values for active page, active visualization, active data table, active marking, and active filtering selection. The value of these properties depends on the currently active view of the document. This type is used to control how events from these properties are propagated. See DocumentView for further documentation.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum EventRelayMode
Members

  Member nameValueDescription
DoNotPropagateViewEvents0 The event relay does not propagate events for properties which may have different values in different views. Instead, an exception will be thrown if the event relay depends on such a property.
PropagateEventsInAffectedViews1 The event relay propagates events in the views that are affected by the property change. Thus if the event relay depends on the active page then the event relay is only propagated in the view where the active page changes. If the event relay depends on a property that has the same value in all views, then the event relay will propagate the event in all views.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference