DataPA Enterprise Dashboard Controls API Reference
Event aurguments passed by Dashboard in BeforeDrillDown and AfterDrillDown events.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public class DrillDownEventArgs : EventArgs, 
	_DrillDownEventArgs
Visual Basic
Public Class DrillDownEventArgs
	Inherits EventArgs
	Implements _DrillDownEventArgs
Visual C++
public ref class DrillDownEventArgs : public EventArgs, 
	_DrillDownEventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAEnterpriseDashboard..::..DrillDownEventArgs

See Also