ISpreadsheetComponent.CustomAssemblyLoading Event
In This Article
Occurs before a custom assembly is loaded for use as the Entity Framework data source during mail merge and allows you to cancel loading.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
event SpreadsheetCustomAssemblyLoadingEventHandler CustomAssemblyLoading
#Event Data
The CustomAssemblyLoading event's data class is SpreadsheetCustomAssemblyLoadingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Context |
Gets the name of the Entity Framework context. |
Handled |
Gets or sets whether the e. |
Path | Gets the path to the external assembly containing the Entity Framework model. |
See Also