Click or drag to resize

ActivatedEventArgsT Constructor

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public ActivatedEventArgs(
	IComponentContext context,
	Service service,
	IComponentRegistration component,
	IEnumerable<Parameter> parameters,
	T instance
)

Parameters

context
Type: AutofacIComponentContext
The context.
service
Type: Autofac.CoreService
The service being resolved.
component
Type: Autofac.CoreIComponentRegistration
The component.
parameters
Type: System.Collections.GenericIEnumerableParameter
The parameters.
instance
Type: T
The instance.
See Also