private void Class1_OnPrime (object sender, System.EventArgs e, long theNum){ textBox1.Text += theNum.ToString() + " is a prime\r\n"; }