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.v21.1.Core.dll

NuGet Package: DevExpress.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