Back to Devexpress

IDashboardControl.CustomAssemblyLoading Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-58626cb3.md

latest2.2 KB
Original Source

IDashboardControl.CustomAssemblyLoading Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardCustomAssemblyLoadingEventHandler CustomAssemblyLoading
vb
Event CustomAssemblyLoading As DashboardCustomAssemblyLoadingEventHandler

Event Data

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

PropertyDescription
AllowLoadingGets or sets whether loading a custom assembly is allowed.
AssemblyPathGets the path to the external assembly containing the Entity Framework model.
ContextNameGets the name of the Entity Framework context.
DataSourceComponentNameGets the component name of the Entity Framework data source.
DataSourceNameGets the name of the Entity Framework data source.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace