Click or drag to resize

RegistrationSourceAddedEventArgs Constructor

Initializes a new instance of the RegistrationSourceAddedEventArgs class.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public RegistrationSourceAddedEventArgs(
	IComponentRegistryBuilder componentRegistry,
	IRegistrationSource registrationSource
)

Parameters

componentRegistry
Type: Autofac.Core.RegistrationIComponentRegistryBuilder
The registry to which the source was added.
registrationSource
Type: Autofac.CoreIRegistrationSource
The source that was added.
Exceptions
ExceptionCondition
ArgumentNullException
See Also