Back to Devexpress

DashboardCustomAssemblyLoadingEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-0818280c.md

latest1.7 KB
Original Source

DashboardCustomAssemblyLoadingEventHandler Delegate

References a method that handles the CustomAssemblyLoading events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source

| | e | DashboardCustomAssemblyLoadingEventArgs |

A DashboardCustomAssemblyLoadingEventArgs object that contains event data.

|

See Also

CustomAssemblyLoading

CustomAssemblyLoading

CustomAssemblyLoading

DevExpress.DashboardCommon Namespace