Back to Devexpress

BeforeLoadCustomAssemblyEventArgs Class

corelibraries-devexpress-dot-dataaccess-dot-entityframework-e83701bf.md

latest1.8 KB
Original Source

BeforeLoadCustomAssemblyEventArgs Class

Provides data for the EFDataSource.BeforeLoadCustomAssembly and EFDataSource.BeforeLoadCustomAssemblyGlobal events.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class BeforeLoadCustomAssemblyEventArgs :
    EventArgs
vb
Public Class BeforeLoadCustomAssemblyEventArgs
    Inherits EventArgs

BeforeLoadCustomAssemblyEventArgs is the data class for the following events:

Inheritance

Object EventArgs BeforeLoadCustomAssemblyEventArgs

See Also

BeforeLoadCustomAssemblyEventArgs Members

DevExpress.DataAccess.EntityFramework Namespace