APIs that employ observer-pattern design

Discussion in 'App Development' started by kwayker22, Oct 3, 2018.

  1. Hey Folks,
    Writing to inquire whether you guys use any APIs that employ an observer-pattern design; as explained here:

    Any feedback is much appreciated
     
  2. This is built-in to C# using delegates, check those out.