| DrillDownEventArgs Class |
|
Namespace: DataPAEnterpriseDashboard
public class DrillDownEventArgs : EventArgs, _DrillDownEventArgs
The DrillDownEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DrillDownEventArgs |
Creates and returns a new DrillDownEventArgs object.
| |
| DrillDownEventArgs(DrillDown) |
Creates and returns a new DrillDownEventArgs object.
| |
| DrillDownEventArgs(DrillDown, DrillDownGridColumnDetails, DrillDownGridRowDetails) |
Creates and returns a new DrillDownEventArgs object.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| 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.
| |
| GridRowDetails |
Gets the grid column details for the grid ow that this event is related to.
|