Back to Devexpress

DashboardCreatingEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-fa94ea3a.md

latest1.3 KB
Original Source

DashboardCreatingEventHandler Delegate

References a method that handles the DashboardDesigner.DashboardCreating event.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public delegate void DashboardCreatingEventHandler(
    object sender,
    DashboardCreatingEventArgs e
);
vb
Public Delegate Sub DashboardCreatingEventHandler(
    sender As Object,
    e As DashboardCreatingEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardCreatingEventArgs |

A DashboardCreatingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace