Click or drag to resize
DrillDownEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by Dashboard in BeforeDrillDown and AfterDrillDown events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDrillDownEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class DrillDownEventArgs : EventArgs, 
	_DrillDownEventArgs

The DrillDownEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDrillDownEventArgs
Creates and returns a new DrillDownEventArgs object.
Public methodDrillDownEventArgs(DrillDown)
Creates and returns a new DrillDownEventArgs object.
Public methodDrillDownEventArgs(DrillDown, DrillDownGridColumnDetails, DrillDownGridRowDetails)
Creates and returns a new DrillDownEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates if the DrillDown event should be processed.
Public propertyDrillDown
Gets the DrillDown object that this event is related to.
Public propertyGridColumnDetails
Gets the grid column details that this event is related to.
Public propertyGridRowDetails
Gets the grid column details for the grid ow that this event is related to.
Top
Remarks