Hello all!

I am an 18 years old ICT Student from the Netherlands,
I'm now having the following issue...

We're making an UML Editor as school project...
I have a Windows Form Application with a tabbed pane,
in the first tab a few objects will be drawn (a class and some notes)

if i check the button "note"
and then click somewhere in the panel, there will be created a new Note on that point.

But the onclick function only has EventArgs,
I want to be able to paint the object immediately in the panel, next to the other drawn objects..

Please, can somebody help me with this?

I would be so thankfull!