namespace PaintDotNet { public delegate void HandledEventHandler<T>(object sender, HandledEventArgs<T> e); }