Click or drag to resize

ContainerProviderContainerChildLifetimeScopeBeginning Event

Fired when a new scope based on the current scope is beginning.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public event EventHandler<LifetimeScopeBeginningEventArgs> ChildLifetimeScopeBeginning

Value

Type: SystemEventHandlerLifetimeScopeBeginningEventArgs

Implements

ILifetimeScopeChildLifetimeScopeBeginning
See Also