SpreadsheetCustomAssemblyLoadingEventArgs(String, String) Constructor
Initializes a new instance of the SpreadsheetCustomAssemblyLoadingEventArgs class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value that specifies the path to the external assembly containing the Entity Framework model. |
contextName | String | A String value that specifies the name of the Entity Framework context. |
Remarks
The SpreadsheetCustomAssemblyLoadingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.CustomAssemblyLoading event.
See Also