Back to Devexpress

SetInitialDashboardStateEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-5d464087.md

latest1.7 KB
Original Source

SetInitialDashboardStateEventHandler Delegate

References a method that handles the DashboardDesigner.SetInitialDashboardState and DashboardViewer.SetInitialDashboardState events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public delegate void SetInitialDashboardStateEventHandler(
    object sender,
    SetInitialDashboardStateEventArgs e
);
vb
Public Delegate Sub SetInitialDashboardStateEventHandler(
    sender As Object,
    e As SetInitialDashboardStateEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | SetInitialDashboardStateEventArgs |

A SetInitialDashboardStateEventArgs object that contains event data.

|

See Also

Manage Dashboard State in the WinForms Designer Control

DevExpress.DashboardWin Namespace