Skip to main content
Row

SpreadsheetCustomAssemblyLoadingEventArgs(String, String) Constructor

Initializes a new instance of the SpreadsheetCustomAssemblyLoadingEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SpreadsheetCustomAssemblyLoadingEventArgs(
    string path,
    string contextName
)

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