4
Answers

Event Handler with both Mouse and Paint event arguments

Is it possible to construct an event handler which has both mouse and paint
event arguments.  Are there examples out there which utilize this type of event
handler ?  If so can someone please direct me to it. Thank you. Something like this ?! Is this legal ?

private void Painter_MouseDown(object sender, MouseEventArgs e, PaintEventArgs p)

Answers (4)