Hi Aken.. First of all you could not directly call form2 event in form1 but if you want to implement such type of functionality then you need to implement custom event handler by your self. Here I provide a link in which you see that how to create custom event handler. https://www.mindstick.com/blog/102/events-in-c-sharp Maybe this link is useful for you. Thanks.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Hi Tiwari,
thanks for your help.
Hi Aken..
First of all you could not directly call form2 event in form1 but if you want to implement such type of functionality then you need to implement custom event handler by your self.
Here I provide a link in which you see that how to create custom event handler.
https://www.mindstick.com/blog/102/events-in-c-sharp
Maybe this link is useful for you.
Thanks.