VisualContent GetRenderTriggerCore Method TIBCO Spotfire 6.5 API Reference
Override to create and return a render trigger. The render trigger is used to signal when the visualization is invalid and need to re-render. Note that it should not fire when highlight changes. The default implementation returns a NeverTrigger.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

protected virtual Trigger GetRenderTriggerCore()

Return Value

Type: Trigger
Version Information

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