DataPA Enterprise Dashboard Controls API Reference
The DrillDownEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DrillDownEventArgs()()()() |
Creates and returns a new DrillDownEventArgs object.
|
|
DrillDownEventArgs(DrillDown) |
Creates and returns a new DrillDownEventArgs object.
|
|
DrillDownEventArgs(DrillDown, DrillDownGridColumnDetails) |
Creates and returns a new DrillDownEventArgs object.
|
Properties
Name | Description | |
---|---|---|
Cancel |
Gets or sets a value that indicates if the DrillDown event should be processed.
|
|
DrillDown |
Gets the DrillDown object that this event is related to.
|
|
GridColumnDetails |
Gets the grid column details that this event is related to.
|