ContainerOptions Events

Simple Injector

The ContainerOptions type exposes the following members.

Events

  NameDescription
Public eventContainerLocking
Occurs just before the container is about to be locked, giving the developer a last change to interact and change the unlocked container before it is sealed for further modifications. Locking typically occurs by a call to Container.GetInstance, Container.Verify, or any other method that causes the construction and resolution of registered instances.
Top
See Also

Reference