Castle.MicroKernel.ComponentModelDelegate
Represents a delegate which holds the information about the
component
namespace Castle.MicroKernel
{
public delegate void ComponentModelDelegate (ComponentModel model);
}