Back to Devexpress

CustomAssemblyLoadingWebEventArgs Class

dashboard-devexpress-dot-dashboardweb-29e6ad01.md

latest2.1 KB
Original Source

CustomAssemblyLoadingWebEventArgs Class

Provides data for the CustomAssemblyLoading events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class CustomAssemblyLoadingWebEventArgs :
    DashboardCustomAssemblyLoadingEventArgs
vb
Public Class CustomAssemblyLoadingWebEventArgs
    Inherits DashboardCustomAssemblyLoadingEventArgs

CustomAssemblyLoadingWebEventArgs is the data class for the following events:

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

CustomAssemblyLoadingWebEventArgs Members

DevExpress.DashboardWeb Namespace