DrillDownEventArgs Constructor (DrillDown, DrillDownGridColumnDetails, DrillDownGridRowDetails) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DrillDownEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownEventArgs(
DrillDown DrillDown,
DrillDownGridColumnDetails GridColumnDetails,
DrillDownGridRowDetails GridRowDetails
)
Public Sub New (
DrillDown As DrillDown,
GridColumnDetails As DrillDownGridColumnDetails,
GridRowDetails As DrillDownGridRowDetails
)
public:
DrillDownEventArgs(
DrillDown^ DrillDown,
DrillDownGridColumnDetails^ GridColumnDetails,
DrillDownGridRowDetails^ GridRowDetails
)
DataPAEnterpriseDashboard.DrillDownEventArgs = function(DrillDown, GridColumnDetails, 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 See Also