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