Back to Devexpress

DashboardViewer Events

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-underscore-events.md

latest36.7 KB
Original Source

DashboardViewer Events

A Dashboard Viewer control used to embed dashboards created in the Dashboard Designer into a WinForms application.

NameDescription
AsyncDataLoadingAllows you to provide data for the DashboardObjectDataSource in asynchronous mode.
AsyncExcelDataSourceBeforeFillAllows you to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files asynchronously.
AsyncValidateCustomSqlQueryAllows you to validate a custom SQL query of the DashboardSqlDataSource in asynchronous mode.
AutoSizeChangedOccurs when the AutoSize property changes. Inherited from UserControl.
AutoValidateChangedOccurs when the AutoValidate property changes. Inherited from UserControl.
BackColorChangedOccurs when the value of the BackColor property changes. Inherited from Control.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BeforeExportDocumentAllows you to hide specific dashboard items when printing or exporting the entire dashboard.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
ConfigureDataConnectionAllows you to customize connection settings before the DashboardViewer connects to a data store (database, OLAP cube, etc.).
ConnectionErrorAllows users to override the default behavior if data store connection fails with current connection parameters.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
CustomAssemblyLoadingOccurs before a custom assembly is loaded for use as DashboardEFDataSource.
CustomDashboardItemControlCreatingOccurs when a dashboard control visualizes a custom item.
CustomExportAllows you to customize the exported document.
CustomFilterExpressionAllows you to include WHERE clauses into DashboardSqlDataSource queries.
CustomizeDashboardItemCaptionAllows you to customize the dashboard item caption at runtime.
CustomizeDashboardTitleAllows you to customize the dashboard title at runtime.
CustomizeExportDocumentAllows you to customize the exported document.
CustomPaletteAllows you to substitute the default palette containing colors used to paint dashboard item elements.
CustomParametersOccurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing.
DashboardChangedOccurs after a dashboard has been opened.
DashboardCustomPropertyChangedOccurs when the custom property value in the Dashboard Viewer is changed.
DashboardItemBeforeControlDisposedAllows you to access underlying WinForms controls.
DashboardItemClickOccurs when an end user clicks a dashboard item.
DashboardItemControlCreatedAllows you to access underlying WinForms controls.
DashboardItemControlUpdatedAllows you to access underlying WinForms controls.
DashboardItemDoubleClickOccurs when an end user double-clicks a dashboard item.
DashboardItemElementCustomColorAllows you to color the required dashboard item elements using the specified colors.
DashboardItemMaximizedStateChangedFires when an item becomes maximized or restores its original size.
DashboardItemMouseDownOccurs when the mouse pointer is over the dashboard item and a mouse button is pressed.
DashboardItemMouseEnterOccurs when the mouse pointer enters the dashboard item.
DashboardItemMouseHoverOccurs when the mouse pointer rests on the dashboard item.
DashboardItemMouseLeaveOccurs when the mouse pointer leaves the dashboard item.
DashboardItemMouseMoveOccurs when the mouse pointer is moved over the dashboard item.
DashboardItemMouseUpOccurs when the mouse pointer is over the dashboard item and a mouse button is released.
DashboardItemMouseWheelOccurs when the mouse wheel moves while the dashboard item has focus.
DashboardItemSelectionChangedOccurs after the selection within the dashboard item is changed.
DashboardItemVisualInteractivityAllows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.
DashboardLoadedOccurs after the dashboard is loaded to the DashboardViewer.
DashboardStateChangedOccurs after the current dashboard state in the DashboardViewer is changed.
DataInspectorFormClosingOccurs before the Data Inspector window closes. Allows you to access the window’s grid controls.
DataInspectorFormLoadOccurs before the Data Inspector window displays. Allows you to access the window’s grid controls and change their settings.
DataLoadingAllows you to provide data for the DashboardObjectDataSource.
DataLoadingErrorAllows you to suppress the form containing errors that occur during data loading.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
DrillDownPerformedOccurs after drill-down is performed.
DrillUpPerformedOccurs after a drill-up is performed.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EnterOccurs when the control is entered. Inherited from Control.
ExportFormShowingOccurs when the Export Form is about to be displayed, and allows you to cancel the action.
FontChangedOccurs when the Font property value changes. Inherited from Control.
ForeColorChangedOccurs when the ForeColor property value changes. Inherited from Control.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InitializedHandle this event to get the dashboard item data, and apply master filter and dashboard state in asynchronous mode.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LayoutChangedOccurs after the dashboard layout is changed.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LoadOccurs before the control becomes visible for the first time. Inherited from UserControl.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
MasterFilterClearedOccurs when an end user clears the selection in the master filter item.
MasterFilterDefaultValuesAllows you to apply default filtering to master filter items.
MasterFilterSetOccurs when an end user changes the state of the master filter.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PaintOccurs when the control is redrawn. Inherited from Control.
PaintExA DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the control is redrawn. Inherited from XtraUserControl.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
PopupMenuShowingAllows you to customize the pop-up menu that users invoke in the DashboardViewer.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
PrintPreviewShowingAllows you to customize the Print Preview window at runtime.
QueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
RangeFilterDefaultValueAllows you to specify the default selected range in the Range Filter dashboard item.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
ScrollOccurs when the user or code scrolls through the client area. Inherited from ScrollableControl.
SelectedTabPageChangedOccurs when the selected tab page is changed.
SetInitialDashboardStateAllows you to specify the initial dashboard state when loading a dashboard.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
StyleChangedOccurs when the control style changes. Inherited from Control.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TextChangedRaises the TextChanged event. Inherited from UserControl.
ValidateCustomSqlQueryAllows you to validate a custom SQL query of the DashboardSqlDataSource.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidatingOccurs when the control is validating. Inherited from Control.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace