Skip to main content
All docs
V25.1
  • IDashboardControl.CustomAssemblyLoading Event

    Occurs before a custom assembly is loaded for use as DashboardEFDataSource.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event DashboardCustomAssemblyLoadingEventHandler CustomAssemblyLoading

    Event Data

    The CustomAssemblyLoading event's data class is DashboardCustomAssemblyLoadingEventArgs. The following properties provide information specific to this event:

    Property Description
    AllowLoading Gets or sets whether loading a custom assembly is allowed.
    AssemblyPath Gets the path to the external assembly containing the Entity Framework model.
    ContextName Gets the name of the Entity Framework context.
    DataSourceComponentName Gets the component name of the Entity Framework data source.
    DataSourceName Gets the name of the Entity Framework data source.
    See Also