P
Pohihihi
I have form A, B, and C
For C can be called from A or B but when ever something happence in C few
things on form A needs to be updated.
First way was register callback on A for B and then register call back on B
for C. That is a nested way of event but what I am looking is that if some
kind of event manager is in the main thread that is taking care of this. It
should also take care of unregistring the events for the closed forms (in
this case C).
How to do this? any pointers will help
Thank you,
Po
For C can be called from A or B but when ever something happence in C few
things on form A needs to be updated.
First way was register callback on A for B and then register call back on B
for C. That is a nested way of event but what I am looking is that if some
kind of event manager is in the main thread that is taking care of this. It
should also take care of unregistring the events for the closed forms (in
this case C).
How to do this? any pointers will help
Thank you,
Po