Hi,
I am trying to call a MouseUp event. I usually do this with button events wich is my first example that works fine but I have compile error for the MouseUp event like shown below.
I dont know if there perheps is a difference here that I am missing ?
button257_Click(this, EventArgs::Empty); //Works fine
radioButton6_MouseUp(this, MouseEventArgs::Empty);//Gives the below error ?
[B]'Form1::Form2::radioButton6_MouseUp' : cannot convert parameter 2 from 'System::EventArgs ^' to 'System::Windows::Forms::MouseEventArgs ^'[/B]