9
Comments
  • 3
    Memorize it for now. Maybe what you are doing becomes clear and easier to understand ones you are way deeper into programming.
  • 1
    Here's the only explanation of C# events you'll ever need: it's the same as a delegate, only it must be a class member, and you can't invoke it or nullify it from outside the class.
Add Comment