DrillDownEventArgs Class

The DrillDownEventArgs class is passed by the Drilldown event of the AnalyticsControl and provides information relating to the data element drilled into. It also provides information on the subject being used, the user and the name of the drilldown. It can be used to cancel the opening of the opening of the drilldown in inmydata, or it can be used to program to a repsonse to the drilldown such as opening a 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 class DrillDownEventArgs : EventArgs

Properties

Cancel Gets or sets a value that indicates if the DrillDown event should be processed.
DataValues Gets the data values that relate to this event.
Name Gets the name of the object that this event is related to.
Subject Gets the Subject that this event is related to.
User Gets the user that this event is related to.

See Also