CustomAssemblyLoadingWebEventArgs Class
In This Article
Provides data for the CustomAssemblyLoading events.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public class CustomAssemblyLoadingWebEventArgs :
DashboardCustomAssemblyLoadingEventArgs
#Remarks
The CustomAssemblyLoading events allow you to use a custom assembly if data is provided using DashboardEFDataSource. To learn more, see the event descriptions.
#Inheritance
Object
EventArgs
DashboardCustomAssemblyLoadingEventArgs
CustomAssemblyLoadingWebEventArgs
See Also