DashboardSavingEventArgs Properties
Provides data for the DashboardDesigner.DashboardSaving event.Name | Description |
---|---|
Command | Gets which user action raised the event. |
Dashboard | Gets the dashboard that should be saved. |
Handled | Gets or sets whether default actions are required to save the dashboard. |
Saved | Gets or sets whether the custom save routine has succeeded. |
See Also