DrillDownRequestEventArgs Class |
![]() |
Namespace: DataPAEnterpriseDashboard
public class DrillDownRequestEventArgs : EventArgs, _DrillDownRequestEventArgs
The DrillDownRequestEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DrillDownRequestEventArgs |
Creates and returns a new DrillDownRequestEventArgs object.
|
![]() | DrillDownRequestEventArgs(String) |
Creates and returns a new DrillDownRequestEventArgs object.
|
![]() | DrillDownRequestEventArgs(String, DrillDownGridColumnDetails) |
Creates and returns a new DrillDownRequestEventArgs object.
|
![]() | DrillDownRequestEventArgs(String, DrillDownGridColumnDetails, DrillDownGridRowDetails) |
Creates and returns a new DrillDownRequestEventArgs object.
|
Name | Description | |
---|---|---|
![]() ![]() | ClassId | |
![]() ![]() | EventsId | |
![]() ![]() | InterfaceId |
Name | Description | |
---|---|---|
![]() | drillDownString |
Gets the string that defines the drill down.
|
![]() | gridColumnDetails |
Gets the grid column details that defines the column clicked in the grid to fire the drill down.
|
![]() | gridRowDetails |
Gets the grid row details that defines the columns that make up the row clicked in the grid to fire the drill down.
|