Tag Archive

How To Create Callbacks in C#

Published on 27 August , 2011 By bill

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.