InsightsEventArgs Class

The InsightsEventArgs class is passed by the InsightOpened event of the AnalyticsControl and provides information relating to the insight being opened. This can be used to cancel the opening of the insight or can be used to open a chart illustrating the insight in either in the same AnalyticsControl or a separate one.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class InsightsEventArgs : EventArgs

Properties

Cancel Gets or sets a value that indicates if the Insight event should be processed.
InsightChartID Gets the insight chart ID that this event is related to.

See Also