Trigger CreateCompositeTrigger Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also