Skip to main content
A newer version of this page is available. .

CustomAssemblyLoadingWebEventArgs Class

Provides data for the CustomAssemblyLoading events.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

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