Back to Devexpress

DashboardOptionsChangedEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-468cd95c.md

latest1.4 KB
Original Source

DashboardOptionsChangedEventHandler Delegate

References a method that handles the Dashboard.OptionsChanged event.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public delegate void DashboardOptionsChangedEventHandler(
    object sender,
    DashboardOptionsChangedEventArgs e
);
vb
Public Delegate Sub DashboardOptionsChangedEventHandler(
    sender As Object,
    e As DashboardOptionsChangedEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardOptionsChangedEventArgs |

A DashboardOptionsChangedEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace