Skip to main content

DashboardClosingEventHandler Delegate

References a method that handles the DashboardDesigner.DashboardClosing event.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public delegate void DashboardClosingEventHandler(
    object sender,
    DashboardClosingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e DashboardClosingEventArgs

A DashboardClosingEventArgs object that contains event data.

See Also