---
title: "How in Form2 call in Form1 event."  
description: "How in Form2 call in Form1 event."  
author: "Kenny Tangnde"  
published: 2011-10-04  
updated: 2011-10-10  
canonical: https://www.mindstick.com/forum/317/how-in-form2-call-in-form1-event  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How in Form2 call in Form1 event.

Hi all,

I have a [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects), i encounter some problems is how in Form2 call in Form1 event.

thanks in advance.

## Replies

### Reply by Kenny Tangnde

Hi Tiwari,

thanks for your help.

### Reply by Anonymous User

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](https://www.mindstick.com/blog/102/events-in-c-sharp)\
\
Maybe this link is useful for you.\
\
Thanks.\
\


---

Original Source: https://www.mindstick.com/forum/317/how-in-form2-call-in-form1-event

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
