Back to Devexpress

SaveDashboardEventArgs Class

dashboard-devexpress-dot-dashboardweb-788c8233.md

latest1.9 KB
Original Source

SaveDashboardEventArgs Class

Provides data for the DashboardInMemoryStorage.DashboardSave event.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class SaveDashboardEventArgs :
    EventArgs
vb
Public Class SaveDashboardEventArgs
    Inherits EventArgs

SaveDashboardEventArgs is the data class for the following events:

Remarks

The DashboardInMemoryStorage.DashboardSave event allows you to handle the process of saving a dashboard to the DashboardInMemoryStorage. The SaveDashboardEventArgs.DashboardId property returns the identifier of the currently processed dashboard, while the SaveDashboardEventArgs.DashboardXml property returns the dashboard XML definition.

Inheritance

Object EventArgs SaveDashboardEventArgs

See Also

SaveDashboardEventArgs Members

DevExpress.DashboardWeb Namespace