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.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public class DrillDownEventArgs : EventArgs
Public Class DrillDownEventArgs
Inherits EventArgs
DEFINE VARIABLE chComHandle AS COM-HANDLE NO-UNDO.
CREATE "inmydata.WindowsForms.Library.DrillDownEventArgs" chComHandle.
DEFINE PRIVATE VARIABLE DrillDownEventArgs AS CLASS inmydata.WindowsForms.Library.DrillDownEventArgs NO-UNDO.
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.
|