AnalyticsControlDrilldown Event

The Drilldown event which fires when the user drills down on an inmydata dashboard or visualisation. This event allows the developer to override the drilldown based on the subject, dashboard/visualisation name, data values or user. It also allows the developer to code response to the drilldown such as opening a specific screen in the host application.

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 event AnalyticsControlDrilldownEventHandler Drilldown

Value

AnalyticsControlDrilldownEventHandler

See Also