Back to Devexpress

DataInspectorFormLoadEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-5341ac5f.md

latest1.5 KB
Original Source

DataInspectorFormLoadEventHandler Delegate

References a method that handles the DashboardViewer.DataInspectorFormLoad and DashboardDesigner.DataInspectorFormLoad events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DataInspectorFormLoadEventArgs |

A DataInspectorFormLoadEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace