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

DashboardOptionsChangedEventArgs Class

Provides data for the Dashboard.OptionsChanged event.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class DashboardOptionsChangedEventArgs :
    EventArgs

Remarks

The Dashboard.OptionsChanged event is raised after changing any option of the current Dashboard.

Inheritance

Object
EventArgs
DashboardOptionsChangedEventArgs
See Also