Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: events

C# events tutorial and simple explanation

Posted on March 1, 2014 by zf

C# events Events are very helpful in managing interactions between calling object and called object. In this example we capture the essence of c# events. Here’s how the discussion between two objects goes: Object COUNTER has an internal counter that can be incremented by AddOne() method Program initializes Object 1 and sets the threshold to […]

C# events tutorial and simple explanation