How to Callback Operation Using Delegate in c#.
1569
24-Jan-2016
I want to use Callback Operation Using Delegate in c#. How to do this please help me.
Anonymous User
24-Jan-2016call back design pattern executable code is passed as an argument to other code and it is expected to call back at some time.