Back to Devexpress

SetInitialDashboardStateWpfEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-3973499e.md

latest1.4 KB
Original Source

SetInitialDashboardStateWpfEventHandler Delegate

A method that will handle the SetInitialDashboardState event.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | SetInitialDashboardStateWpfEventArgs |

A SetInitialDashboardStateWpfEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWpf Namespace