Click or drag to resize
DrillDownEventArgs Constructor (DrillDown, DrillDownGridColumnDetails, DrillDownGridRowDetails) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DrillDownEventArgs object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DrillDownEventArgs(
	DrillDown DrillDown,
	DrillDownGridColumnDetails GridColumnDetails,
	DrillDownGridRowDetails GridRowDetails
)

Parameters

DrillDown
Type: DataPAEnterpriseDashboardDrillDown
The DrillDown object that this event is related to.
GridColumnDetails
Type: DataPAEnterpriseDashboardDrillDownGridColumnDetails
GridRowDetails
Type: DataPAEnterpriseDashboardDrillDownGridRowDetails
The grid column details for the grid row that this event is related to.
Remarks