Delegates and Trigger Functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ccmlect
    New Member
    • Dec 2007
    • 2

    #1

    Delegates and Trigger Functions

    I have been reading a book that says "If an event is detected, it is passes to the trigger functions, which then call the appropriate event handler to run any code in the program that was designed and written for that event".

    Are the delegates, which get added automatically in C#, trigger functions? If not, can anyone tell me what trigger functions ar in C#.

    Thanks
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by ccmlect
    I have been reading a book that says "If an event is detected, it is passes to the trigger functions, which then call the appropriate event handler to run any code in the program that was designed and written for that event".

    Are the delegates, which get added automatically in C#, trigger functions? If not, can anyone tell me what trigger functions ar in C#.

    Thanks
    Unfortunately, posting this thread in the Member Introductions area is not going to get you an answer to your C# question. So, I am moving this over to the C# forum where one of the experts can assist you.

    In the future, please choose a forum that is appropriate to the topic of your question.

    Regards and Happy Holidays!

    Jeff

    Comment

    • ccmlect
      New Member
      • Dec 2007
      • 2

      #3
      Originally posted by numberwhun
      Unfortunately, posting this thread in the Member Introductions area is not going to get you an answer to your C# question. So, I am moving this over to the C# forum where one of the experts can assist you.

      In the future, please choose a forum that is appropriate to the topic of your question.

      Regards and Happy Holidays!

      Jeff
      Hi Jeff

      I've never used a forum before. I've just clicked on the Forums bar but couldn't see a C# only C/C++

      Comment

      Working...