IObjectSpaceProviderServiceBasedBuilder<TContext>.CustomAddFactoryDelegate Event
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[Browsable(false)]
event EventHandler<CustomAddFactoryDelegateEventArgs> CustomAddFactoryDelegate
Event Data
The CustomAddFactoryDelegate event's data class is DevExpress.ExpressApp.ApplicationBuilder.Internal.CustomAddFactoryDelegateEventArgs.
See Also