Back to Devexpress

SetInitialDashboardStateEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-cc990ce8.md

latest1.4 KB
Original Source

SetInitialDashboardStateEventHandler Delegate

References a method that handles the ASPxDashboard.SetInitialDashboardState event.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

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

DevExpress.DashboardWeb Namespace