Back to Devexpress

DashboardOptionsChangedEventArgs Class

dashboard-devexpress-dot-dashboardcommon-24fd5d99.md

latest1.6 KB
Original Source

DashboardOptionsChangedEventArgs Class

Provides data for the Dashboard.OptionsChanged event.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardOptionsChangedEventArgs :
    EventArgs
vb
Public Class DashboardOptionsChangedEventArgs
    Inherits EventArgs

DashboardOptionsChangedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs DashboardOptionsChangedEventArgs

See Also

DashboardOptionsChangedEventArgs Members

DevExpress.DashboardCommon Namespace