dashboard-devexpress-dot-dashboardweb-29e6ad01.md
Provides data for the CustomAssemblyLoading events.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.dll
NuGet Package : DevExpress.Web.Dashboard.Common
public class CustomAssemblyLoadingWebEventArgs :
DashboardCustomAssemblyLoadingEventArgs
Public Class CustomAssemblyLoadingWebEventArgs
Inherits DashboardCustomAssemblyLoadingEventArgs
CustomAssemblyLoadingWebEventArgs is the data class for the following events:
The CustomAssemblyLoading events allow you to use a custom assembly if data is provided using DashboardEFDataSource. To learn more, see the event descriptions.
Object EventArgs DashboardCustomAssemblyLoadingEventArgs CustomAssemblyLoadingWebEventArgs
See Also