G
Guest
I have multiple instances of frmDevice forms that were created by a single
frmMain. I'd like alert frmMain of certain frmDevice events.
What is the best way of doing this?
Should I create an event delegate? If so, then it seems that I would need to
pass a reference to frmMain to each frmDevice, so that I can attach a frmMain
handler.
I'm somewhat new at this, so would appreciate the help,
Thanks in advance,
Dennis
frmMain. I'd like alert frmMain of certain frmDevice events.
What is the best way of doing this?
Should I create an event delegate? If so, then it seems that I would need to
pass a reference to frmMain to each frmDevice, so that I can attach a frmMain
handler.
I'm somewhat new at this, so would appreciate the help,
Thanks in advance,
Dennis