Event handlers with multiple arguments

From C# 7.0 on, named tuple types make it possible to simplify the declaration and use of event handlers with multiple parameters.

Comments