Prashant Singh

Prashant Singh

  • NA
  • 86
  • 67.1k

Can we invoke any action in a class file in c#

Jan 25 2013 12:35 AM
I have made a class file and i want to invoke actions(i.e. delegate events which is defined in a class) .
I want to initialize that delegate event. Is there any way to initialize them so that it will not produce cross thread exception on UI.