I created a custom object, name: MyList
.
This Object contains a picturebox and a grid.
I need to do something if the user press on this grid, so i have to "use" MouseDown
events of the grid.
I used this event in the MyList project (i can save in a propriety the result for example) but in hosts project can't.
I have only the MouseDown
event of the MyList
, so if i press on the "form" of the object, this events works, but if i press on the grid of this MyList
.
So, i can use MouseDown
Event of MyList
, but how i can use Grid Events?