ISnapControl.BeforeLoadCustomAssembly Event
Occurs when the control loads a report template (.snx file) containing the Entity Framework data source originated from a compiled assembly.
Namespace: DevExpress.Snap.Core
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Event Data
The BeforeLoadCustomAssembly event's data class is BeforeLoadCustomAssemblyEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
AllowLoading | Specifies whether loading a custom assembly is allowed. |
AssemblyPath | Specifies the path to a requested assembly. |
ContextName | Specifies the type to load from a custom assembly. |
See Also