References a method that handles the DashboardDesigner.DashboardSaved event.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
public delegate void DashboardSavedEventHandler( object sender, DashboardSavedEventArgs e );
Public Delegate Sub DashboardSavedEventHandler( sender As Object, e As DashboardSavedEventArgs )
The event source.
A DashboardSavedEventArgs object that contains event data.