DataPA Enterprise Dashboard Controls API Reference

The DrillDownEventArgs type exposes the following members.

Constructors

  Name Description
Public method DrillDownEventArgs()()()()
Creates and returns a new DrillDownEventArgs object.
Public method DrillDownEventArgs(DrillDown)
Creates and returns a new DrillDownEventArgs object.
Public method DrillDownEventArgs(DrillDown, DrillDownGridColumnDetails)
Creates and returns a new DrillDownEventArgs object.

Properties

  Name Description
Public property Cancel
Gets or sets a value that indicates if the DrillDown event should be processed.
Public property DrillDown
Gets the DrillDown object that this event is related to.
Public property GridColumnDetails
Gets the grid column details that this event is related to.

See Also