Action could not be cast to EventHandler? August 27, 2023 by Tarik Action<Object, EventArgs> a = (o, ea) => { }; EventHandler e = a.Invoke;