Skip to main content

DashboardCreatingEventHandler Delegate

References a method that handles the DashboardDesigner.DashboardCreating event.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public delegate void DashboardCreatingEventHandler(
    object sender,
    DashboardCreatingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e DashboardCreatingEventArgs

A DashboardCreatingEventArgs object that contains event data.

See Also