Back to Devexpress

IDashboardControl.Initialized Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-f94a75ed.md

latest1.2 KB
Original Source

IDashboardControl.Initialized Event

Handle this event to get the dashboard item data, and apply master filter and dashboard state in asynchronous mode.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event EventHandler Initialized
vb
Event Initialized As EventHandler

Event Data

The Initialized event's data class is EventArgs.

Remarks

This event indicates that you can safely access dashboard items, and allows you to manage filters and the dashboard state.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace