Skip to main content
A newer version of this page is available. .

DashboardOptionsChangedEventHandler Delegate

References a method that handles the Dashboard.OptionsChanged event.

Namespace: DevExpress.DashboardCommon

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

Declaration

public delegate void DashboardOptionsChangedEventHandler(
    object sender,
    DashboardOptionsChangedEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e DashboardOptionsChangedEventArgs

A DashboardOptionsChangedEventArgs object that contains event data.

See Also