Skip to main content

BeforeLoadCustomAssemblyEventArgs(String, String) Constructor

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public BeforeLoadCustomAssemblyEventArgs(
    string assemblyPath,
    string contextName
)

Parameters

Name Type Description
assemblyPath String

A String value, specifying the path to a custom assembly. This value is assigned to the BeforeLoadCustomAssemblyEventArgs.AssemblyPath property.

contextName String

A String value, specifying the type to load from a custom assembly. This value is assigned to the BeforeLoadCustomAssemblyEventArgs.ContextName property.

See Also