Skip to main content
All docs
V18.2

CustomAssemblyLoadingEventArgs(String) Constructor

Initializes a new instance of the CustomAssemblyLoadingEventArgs class with the specified path to a custom assembly.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CustomAssemblyLoadingEventArgs(
    string path
)

Parameters

Name Type Description
path String

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

See Also