Skip to main content
A newer version of this page is available. .

SaveDashboardEventArgs Class

Provides data for the DashboardInMemoryStorage.DashboardSave event.

Namespace: DevExpress.DashboardWeb

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

Declaration

public class SaveDashboardEventArgs :
    EventArgs

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