Is it possible to construct an event handler which has both mouse and paintevent arguments. Are there examples out there which utilize this type of eventhandler ? 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)