Click or drag to resize

ComponentRegisteredEventArgs Constructor

Initializes a new instance of the ComponentRegisteredEventArgs class.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public ComponentRegisteredEventArgs(
	IComponentRegistryBuilder registryBuilder,
	IComponentRegistration componentRegistration
)

Parameters

registryBuilder
Type: Autofac.Core.RegistrationIComponentRegistryBuilder
The IComponentRegistryBuilder into which the registration was made.
componentRegistration
Type: Autofac.CoreIComponentRegistration
The component registration.
See Also