Skip to main content
A newer version of this page is available. .

EFDataSource Events

An Entity Framework data source.
Name Description
BeforeLoadCustomAssembly Occurs on an attempt to load a custom assembly by EFDataSource.
BeforeLoadCustomAssemblyGlobal static Occurs on an attempt to load a custom assembly by EFDataSource (e.g., when an application loads a report template containing an Entity Framework data source originated from a compiled assembly).
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also