VirtualColumnProducer GetConfigureColumnsTriggerCore Method TIBCO Spotfire 6.0 API Reference
Implement this method to provide a trigger that fires when the output columns needs to be created or changed. This trigger should not include the inputs changing as that is added automatically by the framework.

Namespace: Spotfire.Dxp.Data.VirtualColumns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected abstract Trigger GetConfigureColumnsTriggerCore()

Return Value

Type: Trigger
The trigger
See Also