Click here to Skip to main content
15,917,576 members

Comments by sid63 (Top 1 by date)

sid63 15-Nov-13 12:51pm View    
u can keep it in another function which looks like
private void function(object sender, EventArgs e){}

and call it as this.Invoke(new EventHandler(function));