<PackageReference Include="Castle.Windsor" Version="2.5.4" />

IKernelEvents

public interface IKernelEvents
Summary description for IKernelEvents.

Event fired when the kernel was added as child of another kernel.

Event fired before the component is created.

Event fired when a component instance destroyed.

Event fired after the ComponentModel is created. Allows customizations that may affect the handler.

Event fired when a new component is registered on the kernel.

Event fired when a component is removed from the kernel.

Event fired when a dependency is being resolved, it allows the dependency to be changed, but the client ComponentModel must not be changed.

Event fired when a new handler is registered (it might be in a valid or waiting dependency state)

Event fired when a new handler is registered (it might be in a valid or waiting dependency state)

Event fired when the kernel was removed from being a child of another kernel.