Skip to main content
A newer version of this page is available. .
All docs
V23.1

CustomDashboardItemControlCreatingEventHandler Delegate

References a method that handles the CustomDashboardItemControlCreating event.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

public delegate void CustomDashboardItemControlCreatingEventHandler(
    object sender,
    CustomDashboardItemControlCreatingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e CustomDashboardItemControlCreatingEventArgs

A CustomDashboardItemControlCreatingEventArgs object that contains event data.

See Also