DashboardDesigner Events |
![]() |
The DashboardDesigner type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AfterDashboardPublish |
Event raised after a dashboard publish process has completed.
|
![]() |
AfterDrillDown |
Event raised when a drill down link is clicked on a dashboard object, after the drill down is processed.
|
![]() |
AfterHyperlink |
Event raised when a Hyperlink is clicked on a dashboard object, after the hyperlink is processed.
|
![]() |
AfterPreparePrint |
Event raised when the control completes the prepare print operation.
|
![]() |
ApplyingDataGridLayout |
Event raised before the control applies a layout to a data grid dashboard object.
|
![]() |
ApplyingDataViewerLayout |
Event raised before the control applies a layout to a data viewer.
|
![]() |
AvailableCommandsChanged |
Event raised when an action changes the available operations. This event is useful for enabling and disabling the containers controls to reflect which operations can and cannot be performed.
|
![]() |
BeforeBuildObject |
Event raised before the control builds each object on the dashboard.
|
![]() |
BeforeDashboardPublish |
Event raised before the current dashboard is published.
|
![]() |
BeforeDrillDown |
Event raised when a drill down link is clicked on a dashboard object, before the drill down is processed. Setting the DrillDownEventArgs.Cancel property to true in the handler for this event will prevent the drill down from processing.
|
![]() |
BeforeFileDialog |
Event raised before showing the file dialog.
|
![]() |
BeforeHyperlink |
Event raised when a hyperlink is clicked on a dashboard object, before the hyperlink is processed. Setting the HyperlinkEventArgs.Cancel property to true in the handler for this event will prevent the hyperlink from processing.
|
![]() |
BeforePreparePrint |
Event raised when the control begins the prepare print operation.
|
![]() |
Click | |
![]() |
DashboardClosed |
Event raised when a ManagedDashboard object is closed by the control.
|
![]() |
DashboardOpened |
Event raised when a ManagedDashboard object is opened by the control.
|
![]() |
DashboardRendered |
Event raised when the control renders a dashboard
|
![]() |
DblClick | |
![]() |
DoubleClickDashboardObject |
Event raised before a double click event is processed on a dashboard object.
|
![]() |
PreProcessKeyDown |
Event raised before a key down event is processed by the control.
|
![]() |
ProcessDataRequest |
Event raised when the user selects the process button on a drill down data grid.
|
![]() |
RequiredFieldValueRequest |
Event raised for each Required Field that is not assigned a valid ControlPanelObject, before the query is run.
|
![]() |
SelectedQueryChanged |
Event raised when the SelectedQuery property changes.
|
![]() |
SelectedTabChanged |
Event raised when the SelectedTab property changes.
|
![]() |
TabsModified |
Event raised when a dashboard tab is added, deleted or has its title changed, or when the order of the tabs is changed.
|