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

DashboardCreatingEventHandler Delegate

References a method that handles the DashboardDesigner.DashboardCreating event.

Namespace: DevExpress.DashboardWin

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

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