How To Create Callbacks in C#
27 August , 2011 2 Comments on How To Create Callbacks in C#Introduction
Information can be sent from a class to a parent class. This can be done by setting up delegates. The delegate will describe the function and a parameter will let the parent class connect to it.