RegistrationSourceAddedEventArgs Constructor |
Namespace:
Autofac.Core
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public RegistrationSourceAddedEventArgs(
IComponentRegistryBuilder componentRegistry,
IRegistrationSource registrationSource
)
Public Sub New (
componentRegistry As IComponentRegistryBuilder,
registrationSource As IRegistrationSource
)
Parameters
- componentRegistry
- Type: Autofac.Core.RegistrationIComponentRegistryBuilder
The registry to which the source was added. - registrationSource
- Type: Autofac.CoreIRegistrationSource
The source that was added.
Exceptions See Also