Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetCustomAssemblyLoadingEventArgs(String, String) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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