Initializes a new instance of the ActionInsight class.
Namespace: Spotfire.Dxp.Application.Insights
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public ActionInsight( string title, string explanation, Action<Document> action, InsightImage image = null, bool wrapInTransaction = true )
Parameters
- title
- Type: SystemString
The insight title. - explanation
- Type: SystemString
The insight explanation. - action
- Type: SystemActionDocument
The delegate to invoke on the application thread when this insight is selected. The Document parameter is the live document instance. - image (Optional)
- Type: Spotfire.Dxp.Application.InsightsInsightImage
The image settings, or null for no image. ActionIcon is not supported by ActionInsight. - wrapInTransaction (Optional)
- Type: SystemBoolean
Whether the action should be wrapped in a transaction.
Version Information
Supported in: 15.0
See Also