Add variables to an Event

Options
using a delegate and an event like in this tutorial
https://unity3d.com/learn/tutorials/topics/scripting/events
how would I do this same thing but add parameters to the delegate?
I've tried doing it the logical way but it's not working for me.