Trigger CreateCompositeTrigger Method TIBCO Spotfire 7.0 API Reference
Creates a Trigger that fires when any of the specified triggers fire.

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

public static Trigger CreateCompositeTrigger(
	params Trigger[] triggers
)

Parameters

triggers
Type:  Spotfire.Dxp.Framework.DocumentModel Trigger 
The triggers that shall be composed. When one of these triggers fires, the returned composite trigger fires.

Return Value

Type: Trigger
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also