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
Are the delegates, which get added automatically in C#, trigger functions? If not, can anyone tell me what trigger functions ar in C#.
Thanks
Comment