DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new DrillDownEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DrillDownEventArgs( DrillDown DrillDown ) |
Visual Basic |
---|
Public Sub New ( DrillDown As DrillDown ) |
Visual C++ |
---|
public: DrillDownEventArgs( DrillDown^ DrillDown ) |
Parameters
- DrillDown
- Type: DataPAEnterpriseDashboard..::..DrillDown
The DrillDown object that this event is related to.