EFDataSource Events
An Entity Framework data source.| Name | Description |
|---|---|
| BeforeLoadCustomAssembly | Occurs on an attempt to load a custom assembly by EFDataSource in the Data Source Wizard. |
| 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). |
| ConfigureDataConnection | |
| ConnectionError | |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also