Back to Devexpress

CustomAssemblyLoadingWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-5040014f.md

latest1.4 KB
Original Source

CustomAssemblyLoadingWebEventHandler Delegate

References a method that handles the CustomAssemblyLoading events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public delegate void CustomAssemblyLoadingWebEventHandler(
    object sender,
    CustomAssemblyLoadingWebEventArgs customAssemblyLoading
);
vb
Public Delegate Sub CustomAssemblyLoadingWebEventHandler(
    sender As Object,
    customAssemblyLoading As CustomAssemblyLoadingWebEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | customAssemblyLoading | CustomAssemblyLoadingWebEventArgs |

A CustomAssemblyLoadingWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace