Click or drag to resize

IActivatedEventArgsT Interface

Fired when the activation process for a new instance is complete.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IActivatedEventArgs<out T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Autofac.Core.IActivatedEventArgs`1"]

The IActivatedEventArgsT type exposes the following members.

Properties
  NameDescription
Public propertyComponent
Gets the component providing the instance.
Public propertyContext
Gets the context in which the activation occurred.
Public propertyInstance
Gets the instance that will be used to satisfy the request.
Public propertyParameters
Gets the paramters provided when resolved.
Public propertyService
Gets the service being resolved.
Top
See Also