Skip to main content

CustomAssemblyLoadingWebEventArgs Class

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

See Also