Saturday, April 20, 2024 02:13

Posts Tagged ‘sender’

EventHandler, sender and EventArgs

Friday, February 21st, 2020

You noticed that throughout pretty much all the previous lessons where I discussed events, I have been using Action as the delegate type for the event. Obviously, you can use whatever delegate type you’d like, but in the vast majority of the cases, by convention (and only by convention!)… Read more


Follow the white rabbit