VirtualColumnProducerGetConfigureColumnsTriggerCore Method

Spotfire 15.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: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
protected abstract Trigger GetConfigureColumnsTriggerCore()

Return Value

Type: Trigger
The trigger
Version Information


See Also

Reference