DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new DrillDownRequestEventArgs object.

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

Syntax

C#
public DrillDownRequestEventArgs(
	string drillDownString
)
Visual Basic
Public Sub New ( 
	drillDownString As String
)
Visual C++
public:
DrillDownRequestEventArgs(
	String^ drillDownString
)

Parameters

drillDownString
Type: System..::..String
The string that defines the drill down.

Remarks