Thursday, March 28, 2024 14:30

Posts Tagged ‘addon’

Events Add and Remove

Wednesday, February 19th, 2020

In the previous lesson I showed you how the compiler actually implements events by actually adding two methods named addon() and removeon() in the background and making the Action field private, so we can’t invoke it. But that was done in MSIL language, and we really don’t need to deal with such a low level.… Read more


Follow the white rabbit