Skip to main content
All docs
V25.1
  • QueryAssemblyLoadEventArgs(String, BindToTypePolicy.QueryLevel, BindToTypePolicy.LoadLevel) Constructor

    Initializes a new instance of the BindToTypePolicy.QueryAssemblyLoadEventArgs class with specified settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public QueryAssemblyLoadEventArgs(
        string assemblyName,
        BindToTypePolicy.QueryLevel level,
        BindToTypePolicy.LoadLevel loadLevel
    )

    Parameters

    Name Type Description
    assemblyName String

    The assembly name. This value is assigned to the AssemblyName property.

    level BindToTypePolicy.QueryLevel

    This value is assigned to the QueryLevel property.

    loadLevel BindToTypePolicy.LoadLevel

    This value is assigned to the LoadLevel property.

    See Also