Back to Devexpress

SetInitialDashboardStateBaseEventArgs Class

dashboard-devexpress-dot-dashboardcommon-3c70c611.md

latest1.7 KB
Original Source

SetInitialDashboardStateBaseEventArgs Class

Base class that provides data for the platform-specific SetInitialDashboardState events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class SetInitialDashboardStateBaseEventArgs :
    EventArgs
vb
Public MustInherit Class SetInitialDashboardStateBaseEventArgs
    Inherits EventArgs

Remarks

For more information about a dashboard state, refer to the Manage Dashboard State document.

Inheritance

Object EventArgs SetInitialDashboardStateBaseEventArgs SetInitialDashboardStateEventArgs

DashboardStateChangedWpfEventArgs

SetInitialDashboardStateWpfEventArgs

See Also

SetInitialDashboardStateBaseEventArgs Members

DevExpress.DashboardCommon Namespace