Hi,
I am trying to implement an event to pass information to another form but am having issues trying to work out how to do it.
I have googled c# events and reviewed many of the returned results and they all seem overly complex and hard to understand and implement into the situation that I have.
My senario consists of a "Main" form ,from this form I open another popup form that shows a list of Contacts. On this form I have a button to add a new contact and when clicked it opens another popup form that shows the add Contact template.
What I would like to do is advise the "Main" form once save has been initiated on the "Add Contact Template" form.
Can anyone please advise and perhaps show a simple example of how to carryout the above.
Thanks in Advance
Peter