Skip to main content
All docs
V18.2

CustomAssemblyLoadingEventArgs Class

OBSOLETE

This API member is no longer used. To learn more, see https://www.devexpress.com/bcid=BC3872.

Use the BeforeLoadCustomAssemblyEventArgs class instead.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Obsolete("This API member is no longer used. To learn more, see https://www.devexpress.com/bcid=BC3872.")]
public class CustomAssemblyLoadingEventArgs :
    CancelEventArgs

Remarks

To permit loading a specific assembly, handle the EFDataSource.BeforeLoadCustomAssembly event (or static EFDataSource.BeforeLoadCustomAssemblyGlobal event) and specify the properties of the BeforeLoadCustomAssemblyEventArgs object.

An unauthorized attempt to load a custom assembly will result in throwing a CustomAssemblyLoadingProhibitedException.

Inheritance

Object
EventArgs
CancelEventArgs
CustomAssemblyLoadingEventArgs
See Also