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.v18.2.Core.dll

Declaration

public class DashboardOptionsChangedEventArgs :
    EventArgs

Remarks

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

Inheritance

Object
EventArgs
DashboardOptionsChangedEventArgs
See Also