DashboardControl.CustomAssemblyLoading Event
In This Article
Occurs before a custom assembly is loaded for use as DashboardEFDataSource.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public event DashboardCustomAssemblyLoadingEventHandler CustomAssemblyLoading
#Event Data
The CustomAssemblyLoading event's data class is DashboardCustomAssemblyLoadingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Allow |
Gets or sets whether loading a custom assembly is allowed. |
Assembly |
Gets the path to the external assembly containing the Entity Framework model. |
Context |
Gets the name of the Entity Framework context. |
Data |
Gets the component name of the Entity Framework data source. |
Data |
Gets the name of the Entity Framework data source. |
See Also