HandlerDelegate public sealed delegate HandlerDelegate : MulticastDelegate Represents a delegate which holds a handler Documentation Code namespace Castle.MicroKernel { public delegate void HandlerDelegate (IHandler handler, ref bool stateChanged); }