DashboardConfigurator.CustomAssemblyLoading Event
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v19.2.Web.dll
Declaration
public event CustomAssemblyLoadingWebEventHandler CustomAssemblyLoading
Public Event CustomAssemblyLoading As CustomAssemblyLoadingWebEventHandler
Event Data
The CustomAssemblyLoading event handler receives an argument of the CustomAssemblyLoadingWebEventArgs type.
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.
|
DashboardId |
Gets the dashboard identifier.
|
DataSourceComponentName |
Gets the component name of the Entity Framework data source.
|
DataSourceName |
Gets the name of the Entity Framework data source.
|
See Also