Henry Lagos

Henry Lagos

  • NA
  • 6
  • 0

Event Handler with both Mouse and Paint event arguments

Jul 21 2008 1:17 PM

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)