Skip to main content

DashboardOptionsChangedEventArgs Class

Provides data for the Dashboard.OptionsChanged event.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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